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

Method hasNetworkData

src/network.js:75–77  ·  view source on GitHub ↗

* Check if there's network data available in the ring buffer

()

Source from the content-addressed store, hash-verified

73 * Check if there's network data available in the ring buffer
74 */
75 hasNetworkData() {
76 return this.ringReader && this.ringReader.hasNetworkData();
77 }
78
79 /**
80 * Poll for network responses from ring buffer (synchronous, no waiting)

Callers 1

startFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected