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

Method pushFollows

www/js/_hyperscript.js:155–158  ·  view source on GitHub ↗
(...strs)

Source from the content-addressed store, hash-verified

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

Callers 7

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