MCPcopy Index your code
hub / github.com/di-sukharev/opencommit / freeSocketKeepAliveTimeout

Method freeSocketKeepAliveTimeout

out/cli.cjs:9476–9479  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9474 });
9475 }
9476 get freeSocketKeepAliveTimeout() {
9477 deprecate2("agent.freeSocketKeepAliveTimeout is deprecated, please use agent.options.freeSocketTimeout instead");
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;

Callers

nothing calls this directly

Calls 1

deprecate2Function · 0.85

Tested by

no test coverage detected