MCPcopy Create free account
hub / github.com/deepclause/agentvm / hasPendingData

Method hasPendingData

src/network.js:337–339  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

335 }
336
337 hasPendingData() {
338 return this.txBuffer.length > 0;
339 }
340
341 /**
342 * Check if any TCP session has received FIN (for EOF signaling)

Callers 2

stack.test.jsFile · 0.80
startFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected