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

Method tail

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

Source from the content-addressed store, hash-verified

13 }
14
15 get tail() {
16 return this.meta[1];
17 }
18
19 set tail(n) {
20 this.meta[1] = n;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected