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

Class

code/chapter/22_fast.js:1–1  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1var Graph = class Graph {
2 #nodes = [];
3
4 get size() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected