Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/hydro-dev/Hydro
/ get
Method
get
packages/hydrooj/src/model/task.ts:117–119 ·
view source on GitHub ↗
(_id: ObjectId)
Source
from the content-addressed store, hash-verified
115
}
116
117
static get(_id: ObjectId) {
118
return
coll.findOne({ _id });
119
}
120
121
static count(query: Filter<Task>) {
122
return
coll.countDocuments(query);
Callers
15
get
Function · 0.45
apply
Function · 0.45
get
Function · 0.45
del
Function · 0.45
getReply
Function · 0.45
react
Function · 0.45
getNode
Function · 0.45
getVnode
Function · 0.45
load
Method · 0.45
private
Method · 0.45
getById
Method · 0.45
getByUname
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected