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

Method pushFollow

src/core/parser.js:172–174  ·  view source on GitHub ↗
(str)

Source from the content-addressed store, hash-verified

170 }
171
172 pushFollow(str) {
173 return this.tokens.pushFollow(str);
174 }
175
176 popFollow() {
177 return this.tokens.popFollow();

Callers 13

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

Calls

no outgoing calls

Tested by

no test coverage detected