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

Method close

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

Source from the content-addressed store, hash-verified

2419 get upgraded(): boolean;
2420 get secureTransport(): "on" | "off" | "starttls";
2421 close(): Promise<void>;
2422 startTls(options?: TlsOptions): Socket;
2423}
2424interface SocketOptions {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected