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

Function onSocketReadable

out/cli.cjs:54502–54507  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

54500 if (!parser.paused) {
54501 util4.destroy(socket, new BodyTimeoutError());
54502 }
54503 } else if (timeoutType === TIMEOUT_IDLE) {
54504 assert2(client[kRunning] === 0 && client[kKeepAliveTimeoutValue]);
54505 util4.destroy(socket, new InformationalError("socket idle timeout"));
54506 }
54507 }
54508 function onSocketReadable() {
54509 const { [kParser]: parser } = this;
54510 if (parser) {

Callers

nothing calls this directly

Calls 1

readMoreMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…