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

Method popFollow

www/js/_hyperscript.esm.js:150–152  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

148 this.#follows.push(str);
149 }
150 popFollow() {
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;

Callers 14

popFollowMethod · 0.45
parseMethod · 0.45
parseMethod · 0.45
_parseScrollModifiersFunction · 0.45
parseMethod · 0.45
parseMethod · 0.45
parseMethod · 0.45
parseMethod · 0.45
parseMethod · 0.45
parseMethod · 0.45
parseMethod · 0.45
parseMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected