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

Method matchOpToken

src/core/parser.js:112–114  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

110 }
111
112 matchOpToken(value) {
113 return this.tokens.matchOpToken(value);
114 }
115
116 requireTokenType(...types) {
117 var token = this.matchTokenType(...types);

Callers 15

requireOpTokenMethod · 0.95
parseStringTemplateMethod · 0.95
parseFeatureMethod · 0.45
parseCommandMethod · 0.45
consumeStrategyFunction · 0.45
parseMethod · 0.45
parseMethod · 0.45
parseEventArgsMethod · 0.45
parseMethod · 0.45
parseMethod · 0.45
parseMethod · 0.45
parseMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected