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

Method clear

source/list.js:68–72  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

66 }
67
68 clear() {
69 this.start = undefined;
70 this.end = undefined;
71 this.isEmpty = true;
72 }
73
74 setStart(link) {
75 this.start = link;

Callers 3

popMethod · 0.95
shiftMethod · 0.95
clearQueueFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected