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

Method start

website/worker-configuration.d.ts:2507–2507  ·  view source on GitHub ↗
(options?: ContainerStartupOptions)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected