Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
requireOpToken
Method · 0.95
parseStringTemplate
Method · 0.95
parseFeature
Method · 0.45
parseCommand
Method · 0.45
consumeStrategy
Function · 0.45
parse
Method · 0.45
parse
Method · 0.45
parseEventArgs
Method · 0.45
parse
Method · 0.45
parse
Method · 0.45
parse
Method · 0.45
parse
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected