Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/hydro-dev/Hydro
/ deleteMany
Method
deleteMany
packages/hydrooj/src/model/task.ts:129–131 ·
view source on GitHub ↗
(query: Filter<Task>)
Source
from the content-addressed store, hash-verified
127
}
128
129
static deleteMany(query: Filter<Task>) {
130
return
coll.deleteMany(query);
131
}
132
133
static getFirst = getFirst;
134
Callers
15
run
Function · 0.45
upgrade.ts
File · 0.45
apply
Function · 0.45
fixExpireAfter
Method · 0.45
del
Method · 0.45
deleteOne
Function · 0.45
deleteMulti
Function · 0.45
deleteMultiStatus
Function · 0.45
apply
Function · 0.45
del
Function · 0.45
delReply
Function · 0.45
delTailReply
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected