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

Method pushFollows

www/js/_hyperscript.esm.js:153–156  ·  view source on GitHub ↗
(...strs)

Source from the content-addressed store, hash-verified

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

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