MCPcopy Create free account
hub / github.com/Snapchat/Valdi / onData

Method onData

npm_modules/cli/src/utils/daemonClient.ts:141–145  ·  view source on GitHub ↗
(chunk: Buffer)

Source from the content-addressed store, hash-verified

139 }
140
141 private onData(chunk: Buffer): void {
142 this.recvChunks.push(chunk);
143 this.recvLen += chunk.length;
144 this.drainBuffer();
145 }
146
147 private drainBuffer(): void {
148 for (;;) {

Callers 1

constructorMethod · 0.95

Calls 2

drainBufferMethod · 0.95
pushMethod · 0.45

Tested by

no test coverage detected