Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/TomDoesTech/REST-API-Tutorial-Updated
/ findUser
Function
findUser
src/service/user.service.ts:35–37 ·
view source on GitHub ↗
(query: FilterQuery<UserDocument>)
Source
from the content-addressed store, hash-verified
33
}
34
35
export
async
function
findUser(query: FilterQuery<UserDocument>) {
36
return
UserModel.findOne(query).lean();
37
}
Callers
1
reIssueAccessToken
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected