MCPcopy Create free account
hub / github.com/TodePond/ScreenPond /

Class

source/list.js:4–4  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2// LIST //
3//======//
4export class LinkedList {
5 constructor(iterable = []) {
6 this.start = undefined;
7 this.end = undefined;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected