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

Method pushFollow

tools/common/_hyperscript.iife.js:142–144  ·  view source on GitHub ↗
(str)

Source from the content-addressed store, hash-verified

140 }
141 // ----- Follow set management -----
142 pushFollow(str) {
143 this.#follows.push(str);
144 }
145 popFollow() {
146 this.#follows.pop();
147 }

Callers 14

pushFollowMethod · 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