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

Method pushFollows

tools/common/_hyperscript.iife.js:148–151  ·  view source on GitHub ↗
(...strs)

Source from the content-addressed store, hash-verified

146 this.#follows.pop();
147 }
148 pushFollows(...strs) {
149 for (var i = 0; i < strs.length; i++) this.#follows.push(strs[i]);
150 return strs.length;
151 }
152 popFollows(count) {
153 for (var i = 0; i < count; i++) this.#follows.pop();
154 }

Callers 8

pushFollowsMethod · 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