MCPcopy Create free account
hub / github.com/Automattic/mongoose / myMethod

Method myMethod

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

Source from the content-addressed store, hash-verified

262
263interface IProjectInstanceMethods {
264 myMethod(): number;
265}
266
267interface 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