MCPcopy Create free account
hub / github.com/bigskysoftware/_hyperscript / clearFollows

Method clearFollows

tools/common/_hyperscript.iife.js:155–159  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

153 for (var i = 0; i < count; i++) this.#follows.pop();
154 }
155 clearFollows() {
156 var tmp = this.#follows;
157 this.#follows = [];
158 return tmp;
159 }
160 restoreFollows(f) {
161 this.#follows = f;
162 }

Callers 5

clearFollowsMethod · 0.45
#syncToFeatureMethod · 0.45
#syncToCommandMethod · 0.45
parseMethod · 0.45
tokenizer.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected