MCPcopy Create free account
hub / github.com/marijnh/Eloquent-JavaScript / size

Method size

code/chapter/22_fast.js:4–6  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2 #nodes = [];
3
4 get size() {
5 return this.#nodes.length;
6 }
7
8 addNode() {
9 let id = this.#nodes.length;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected