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

Method clearFollows

www/js/_hyperscript.js:162–166  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 4

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

Calls

no outgoing calls

Tested by

no test coverage detected