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

Method constructor

packages/hydrooj/src/model/system.ts:13–15  ·  view source on GitHub ↗
(ctx: Context)

Source from the content-addressed store, hash-verified

11 cache: Record<string, any> = Object.create(null);
12
13 constructor(ctx: Context) {
14 super(ctx, 'model:system');
15 }
16
17 get<K extends keyof SystemKeys>(key: K): SystemKeys[K];
18 get(key: string): any;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected