Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Automattic/mongoose
/ myMethod
Method
myMethod
test/types/models.test.ts:163–163 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
161
162
interface
IProjectInstanceMethods {
163
myMethod(): number;
164
}
165
166
interface
ProjectModel extends Model<IProject, {}, IProjectInstanceMethods> {
Callers
1
models.test.ts
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected