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

Method startTls

worker-configuration.d.ts:2422–2422  ·  view source on GitHub ↗
(options?: TlsOptions)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected