MCPcopy Index your code
hub / github.com/bigskysoftware/_hyperscript / popFollow

Method popFollow

tools/common/_hyperscript.iife.js:145–147  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

143 this.#follows.push(str);
144 }
145 popFollow() {
146 this.#follows.pop();
147 }
148 pushFollows(...strs) {
149 for (var i = 0; i < strs.length; i++) this.#follows.push(strs[i]);
150 return strs.length;

Callers 14

popFollowMethod · 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
parseMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected