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

Class

src/ringbuffer.js:291–291  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

289 * Ring buffer reader (used by worker thread)
290 */
291class RingBufferReader {
292 constructor(sharedBuffer) {
293 this.buffer = sharedBuffer;
294 this.int32 = new Int32Array(sharedBuffer);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected