MCPcopy
hub / github.com/Automattic/mongoose / IProjectInstanceMethods

Interface IProjectInstanceMethods

test/types/models.test.ts:219–221  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

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

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…