Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/nestjs/nest
/ find
Method
find
integration/repl/src/users/users.repository.ts:5–7 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
3
@Injectable()
4
export
class
UsersRepository {
5
async
find() {
6
return
[{ id: 1, email:
'test@nestjs.com'
}];
7
}
8
}
Callers
15
getOverrideModuleByModule
Method · 0.45
get
Method · 0.45
removeOverlappedRoutes
Method · 0.45
getHostModuleOfController
Method · 0.45
getById
Method · 0.45
get
Method · 0.45
getProviderById
Method · 0.45
getControllerById
Method · 0.45
getInjectableById
Method · 0.45
getMiddlewareById
Method · 0.45
get
Method · 0.45
handler
Function · 0.45
Calls
no outgoing calls
Tested by
1
handler
Function · 0.36