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

Method length

src/utils/CircularBuffer.ts:81–83  ·  view source on GitHub ↗

* Get the current number of items in the buffer.

()

Source from the content-addressed store, hash-verified

79 * Get the current number of items in the buffer.
80 */
81 length(): number {
82 return this.size
83 }
84}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected