Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
constructor
Method · 0.95
Calls
2
drainBuffer
Method · 0.95
push
Method · 0.45
Tested by
no test coverage detected