MCPcopy Create free account
hub / github.com/hydro-dev/Hydro / getMulti

Method getMulti

packages/hydrooj/src/model/problem.ts:212–214  ·  view source on GitHub ↗
(domainId: string, query: Filter<ProblemDoc>, projection = ProblemModel.PROJECTION_LIST)

Source from the content-addressed store, hash-verified

210 }
211
212 static getMulti(domainId: string, query: Filter<ProblemDoc>, projection = ProblemModel.PROJECTION_LIST) {
213 return document.getMulti(domainId, document.TYPE_PROBLEM, query, projection).sort({ sort: 1 });
214 }
215
216 /** @deprecated */
217 static async list(

Callers 6

addMethod · 0.45
getMethod · 0.45
listMethod · 0.45
randomMethod · 0.45
getListMethod · 0.45
exportMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected