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

Method clearFollows

www/js/_hyperscript.esm.js:160–164  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

158 for (var i = 0; i < count; i++) this.#follows.pop();
159 }
160 clearFollows() {
161 var tmp = this.#follows;
162 this.#follows = [];
163 return tmp;
164 }
165 restoreFollows(f) {
166 this.#follows = f;
167 }

Callers 4

clearFollowsMethod · 0.45
#syncToFeatureMethod · 0.45
#syncToCommandMethod · 0.45
parseMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected