Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/hydro-dev/Hydro
/ del
Method
del
packages/hydrooj/src/model/task.ts:125–127 ·
view source on GitHub ↗
(_id: ObjectId)
Source
from the content-addressed store, hash-verified
123
}
124
125
static del(_id: ObjectId) {
126
return
coll.deleteOne({ _id });
127
}
128
129
static deleteMany(query: Filter<Task>) {
130
return
coll.deleteMany(query);
Callers
15
upgrade.ts
File · 0.45
postDelete
Method · 0.45
postDelete
Method · 0.45
postDeleteFiles
Method · 0.45
postDelete
Method · 0.45
postDelete
Method · 0.45
postDelete
Method · 0.45
postDeleteSolution
Method · 0.45
post
Method · 0.45
post
Method · 0.45
post
Method · 0.45
post
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected