MCPcopy Create free account
hub / github.com/idosal/git-mcp / monitor

Method monitor

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

Source from the content-addressed store, hash-verified

2489 get running(): boolean;
2490 start(options?: ContainerStartupOptions): void;
2491 monitor(): Promise<void>;
2492 destroy(error?: any): Promise<void>;
2493 signal(signo: number): void;
2494 getTcpPort(port: number): Fetcher;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected