MCPcopy 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

runFunction · 0.45
upgrade.tsFile · 0.45
applyFunction · 0.45
fixExpireAfterMethod · 0.45
delMethod · 0.45
deleteOneFunction · 0.45
deleteMultiFunction · 0.45
deleteMultiStatusFunction · 0.45
applyFunction · 0.45
delFunction · 0.45
delReplyFunction · 0.45
delTailReplyFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected