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

Method secureTransport

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected