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

Method onMessageBegin

out/cli.cjs:54265–54274  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

54263 this.timeout = null;
54264 this.timeoutValue = null;
54265 this.timeoutType = null;
54266 this.paused = false;
54267 }
54268 onStatus(buf) {
54269 this.statusText = buf.toString();
54270 }
54271 onMessageBegin() {
54272 const { socket, client } = this;
54273 if (socket.destroyed) {
54274 return -1;
54275 }
54276 const request3 = client[kQueue][client[kRunningIdx]];
54277 if (!request3) {

Callers 1

lazyllhttpFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected