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

Method getStatus

packages/hydrooj/src/model/problem.ts:228–230  ·  view source on GitHub ↗
(domainId: string, docId: number, uid: number)

Source from the content-addressed store, hash-verified

226 }
227
228 static getStatus(domainId: string, docId: number, uid: number) {
229 return document.getStatus(domainId, document.TYPE_PROBLEM, docId, uid);
230 }
231
232 static getMultiStatus(domainId: string, query: Filter<ProblemStatusDoc>) {
233 return document.getMultiStatus(domainId, document.TYPE_PROBLEM, query);

Callers 15

getStatusFunction · 0.45
getReactionFunction · 0.45
getStatusFunction · 0.45
getVnodeFunction · 0.45
getStatusFunction · 0.45
getMethod · 0.45
getMethod · 0.45
_prepareMethod · 0.45
getMethod · 0.45
getMethod · 0.45
__prepareMethod · 0.45
postRankMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected