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

Function getStatus

packages/hydrooj/src/model/contest.ts:902–904  ·  view source on GitHub ↗
(domainId: string, tid: ObjectId, uid: number)

Source from the content-addressed store, hash-verified

900}
901
902export async function getStatus(domainId: string, tid: ObjectId, uid: number) {
903 return await document.getStatus(domainId, document.TYPE_CONTEST, tid, uid);
904}
905
906export async function updateStatus(
907 domainId: string, tid: ObjectId, uid: number, rid: ObjectId, pid: number,

Callers 1

getListStatusFunction · 0.70

Calls 1

getStatusMethod · 0.45

Tested by

no test coverage detected