Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bigskysoftware/_hyperscript
/ consumeToken
Method
consumeToken
www/js/_hyperscript.js:1183–1185 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1181
return
this.tokens.matchToken(value,
type
);
1182
}
1183
consumeToken() {
1184
return
this.tokens.consumeToken();
1185
}
1186
consumeUntil(value,
type
) {
1187
return
this.tokens.consumeUntil(value,
type
);
1188
}
Callers
1
parseStringTemplate
Method · 0.95
Calls
1
consumeToken
Method · 0.45
Tested by
no test coverage detected