MCPcopy Index your code
hub / github.com/bigskysoftware/_hyperscript / popFollows

Method popFollows

tools/common/_hyperscript.iife.js:152–154  ·  view source on GitHub ↗
(count)

Source from the content-addressed store, hash-verified

150 return strs.length;
151 }
152 popFollows(count) {
153 for (var i = 0; i < count; i++) this.#follows.pop();
154 }
155 clearFollows() {
156 var tmp = this.#follows;
157 this.#follows = [];

Callers 8

popFollowsMethod · 0.45
parseMethod · 0.45
_parseCollectionOperandFunction · 0.45
parseMethod · 0.45
parseMethod · 0.45
parseMethod · 0.45
parseMethod · 0.45
tokenizer.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected