Clarify method docs

This commit is contained in:
Robert
2023-10-09 11:30:35 +01:00
parent 9d40d9a703
commit 850c04a289

View File

@@ -156,7 +156,7 @@ export class ModelingStore extends DisposableObject {
/**
* Returns the methods for the given database item and method signatures.
* If no method signatures are provided, returns all methods.
* If the `methodSignatures` argument not provided or is undefined, returns all methods.
*/
public getMethods(
dbItem: DatabaseItem,
@@ -201,7 +201,7 @@ export class ModelingStore extends DisposableObject {
/**
* Returns the modeled methods for the given database item and method signatures.
* If no method signatures are provided, returns all modeled methods.
* If the `methodSignatures` argument not provided or is undefined, returns all modeled methods.
*/
public getModeledMethods(
dbItem: DatabaseItem,