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

Method popFollows

www/js/_hyperscript.esm.js:157–159  ·  view source on GitHub ↗
(count)

Source from the content-addressed store, hash-verified

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

Callers 7

popFollowsMethod · 0.45
parseMethod · 0.45
parseOperandMethod · 0.45
parseMethod · 0.45
parseMethod · 0.45
parseMethod · 0.45
parseMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected