MCPcopy
hub / github.com/di-sukharev/opencommit / pipelining

Method pipelining

out/cli.cjs:53950–53952  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

53948 maxConcurrentStreams: maxConcurrentStreams != null ? maxConcurrentStreams : 100
53949 // Max peerConcurrentStreams for a Node h2 server
53950 };
53951 this[kHost] = `${this[kUrl].hostname}${this[kUrl].port ? `:${this[kUrl].port}` : ""}`;
53952 this[kQueue] = [];
53953 this[kRunningIdx] = 0;
53954 this[kPendingIdx] = 0;
53955 }

Callers

nothing calls this directly

Calls 1

resume2Function · 0.85

Tested by

no test coverage detected