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

Method readable

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

Source from the content-addressed store, hash-verified

2413}
2414interface Socket {
2415 get readable(): ReadableStream;
2416 get writable(): WritableStream;
2417 get closed(): Promise<void>;
2418 get opened(): Promise<SocketInfo>;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected