MCPcopy Create free account
hub / github.com/fontsource/fontsource / running

Method running

website/worker-configuration.d.ts:2506–2506  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2504}
2505interface Container {
2506 get running(): boolean;
2507 start(options?: ContainerStartupOptions): void;
2508 monitor(): Promise<void>;
2509 destroy(error?: any): Promise<void>;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected