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

Method getDomainUserMulti

packages/hydrooj/src/model/domain.ts:247–249  ·  view source on GitHub ↗
(domainId: string, uids: number[])

Source from the content-addressed store, hash-verified

245 }
246
247 static getDomainUserMulti(domainId: string, uids: number[]) {
248 return collUser.find({ domainId, uid: { $in: uids } });
249 }
250
251 static setMultiUserInDomain(domainId: string, query: any, params: any) {
252 deleteUserCache(domainId);

Callers 1

getListForRenderMethod · 0.80

Calls 1

findMethod · 0.80

Tested by

no test coverage detected