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

Method popFollow

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

Source from the content-addressed store, hash-verified

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

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