Functionadd(
domainId: string, title: string, content: string, owner: number,
rule: string, beginAt = new Date(),
packages/hydrooj/src/model/contest.ts:813
FunctionaddClarification(
domainId: string, tid: ObjectId, owner: number, content: string,
ip: string, subject = 0,
)
packages/hydrooj/src/model/contest.ts:1039
FunctionaddClarificationReply(
domainId: string, did: ObjectId, owner: number,
content: string, ip: string,
)
packages/hydrooj/src/model/contest.ts:1049
FunctionaddReply(
domainId: string, did: ObjectId, owner: number,
content: string, ip: string,
)
packages/hydrooj/src/model/discussion.ts:128
FunctionaddTailReply(
domainId: string, drid: ObjectId,
owner: number, content: string, ip: string,
)
packages/hydrooj/src/model/discussion.ts:193
FunctionaddToSet(
domainId: string, docType: T, docId: DocType[T]['docId'],
setKey: K, content: string,
)
packages/hydrooj/src/model/document.ts:268