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

Method timeout

out/cli.cjs:9480–9483  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9478 return this.options.freeSocketTimeout;
9479 }
9480 get timeout() {
9481 deprecate2("agent.timeout is deprecated, please use agent.options.timeout instead");
9482 return this.options.timeout;
9483 }
9484 get socketActiveTTL() {
9485 deprecate2("agent.socketActiveTTL is deprecated, please use agent.options.socketActiveTTL instead");
9486 return this.options.socketActiveTTL;

Callers 1

_createRequestMethod · 0.80

Calls 1

deprecate2Function · 0.85

Tested by

no test coverage detected