Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Automattic/mongoose
/ IProjectInstanceMethods
Interface
IProjectInstanceMethods
test/types/models.test.ts:263–265 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
261
}
262
263
interface
IProjectInstanceMethods {
264
myMethod(): number;
265
}
266
267
interface
ProjectModel extends Model<IProject, {}, IProjectInstanceMethods> {
268
myStatic(): number;
Callers
5
basicLoadClassPattern
Function · 0.65
thisParameterPattern
Function · 0.65
gh16046
Function · 0.65
models.test.ts
File · 0.65
gh16046
Function · 0.65
Implementers
1
MyClass
test/types/loadclass.test.ts
Calls
no outgoing calls
Tested by
no test coverage detected