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

Method consumeToken

src/core/parser.js:140–142  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

138 }
139
140 consumeToken() {
141 return this.tokens.consumeToken();
142 }
143
144 consumeUntil(value, type) {
145 return this.tokens.consumeUntil(value, type);

Callers 11

parseStringTemplateMethod · 0.95
#syncToFeatureMethod · 0.45
#syncToCommandMethod · 0.45
consumeNakedPathFunction · 0.45
consumeStringOrPathFunction · 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