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

Method pushFollows

www/js/_hyperscript-max.js:154–157  ·  view source on GitHub ↗
(...strs)

Source from the content-addressed store, hash-verified

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

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