MCPcopy Create free account
hub / github.com/MultithreadedJSBook/code-samples / length

Method length

ch6-ring-buffer/ring-buffer.js:23–25  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

21 }
22
23 get length() {
24 return this.meta[2];
25 }
26
27 set length(n) {
28 this.meta[2] = n;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected