MCPcopy Index your code
hub / github.com/Automattic/mongoose / myMethod

Method myMethod

test/types/models.test.ts:220–220  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

218
219interface IProjectInstanceMethods {
220 myMethod(): number;
221}
222
223interface ProjectModel extends Model<IProject, {}, IProjectInstanceMethods> {

Callers 5

basicLoadClassPatternFunction · 0.65
thisParameterPatternFunction · 0.65
gh16046Function · 0.65
models.test.tsFile · 0.65
gh16046Function · 0.65

Implementers 1

MyClasstest/types/loadclass.test.ts

Calls

no outgoing calls

Tested by 4

basicLoadClassPatternFunction · 0.52
thisParameterPatternFunction · 0.52
gh16046Function · 0.52
gh16046Function · 0.52