File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
extensions/ql-vscode/src/model-editor Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -156,7 +156,7 @@ export class ModelingStore extends DisposableObject {
156156
157157 /**
158158 * Returns the methods for the given database item and method signatures.
159- * If no method signatures are provided, returns all methods.
159+ * If the `methodSignatures` argument not provided or is undefined , returns all methods.
160160 */
161161 public getMethods (
162162 dbItem : DatabaseItem ,
@@ -201,7 +201,7 @@ export class ModelingStore extends DisposableObject {
201201
202202 /**
203203 * Returns the modeled methods for the given database item and method signatures.
204- * If no method signatures are provided, returns all modeled methods.
204+ * If the `methodSignatures` argument not provided or is undefined , returns all modeled methods.
205205 */
206206 public getModeledMethods (
207207 dbItem : DatabaseItem ,
You can’t perform that action at this time.
0 commit comments