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

Class

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

Source from the content-addressed store, hash-verified

56 * Ring buffer writer (used by main thread)
57 */
58class RingBufferWriter {
59 constructor(sharedBuffer) {
60 this.buffer = sharedBuffer;
61 this.int32 = new Int32Array(sharedBuffer);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected