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

Method pushFollow

www/js/_hyperscript-max.js:148–150  ·  view source on GitHub ↗
(str)

Source from the content-addressed store, hash-verified

146 }
147 // ----- Follow set management -----
148 pushFollow(str) {
149 this.#follows.push(str);
150 }
151 popFollow() {
152 this.#follows.pop();
153 }

Callers 14

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