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

Class

packages/hydrooj/src/loader.ts:48–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46}
47
48export class Loader extends Service {
49 public state: Record<string, Fiber> = Object.create(null);
50 public suspend = false;
51 public cache: Record<string, string> = Object.create(null);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected