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

Method init

packages/hydrooj/src/model/user.ts:116–119  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

114 }
115
116 async init() {
117 await bus.parallel('user/get', this);
118 return this;
119 }
120
121 own<T extends OwnerInfo>(doc: T, checkPerm: bigint): boolean;
122 own<T extends OwnerInfo>(doc: T, exact: boolean): boolean;

Callers 2

privateMethod · 0.45
initAndCacheFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected