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

Method pushFollows

src/core/parser.js:180–182  ·  view source on GitHub ↗
(...strs)

Source from the content-addressed store, hash-verified

178 }
179
180 pushFollows(...strs) {
181 return this.tokens.pushFollows(...strs);
182 }
183
184 popFollows(count) {
185 return this.tokens.popFollows(count);

Callers 6

parseMethod · 0.45
parseMethod · 0.45
parseMethod · 0.45
parseMethod · 0.45
parseOperandMethod · 0.45
parseMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected