Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/handlebars-lang/handlebars.js
/ tokenizer.js
File
tokenizer.js
spec/tokenizer.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
function
shouldMatchTokens(result, tokens) {
2
for
(
var
index = 0; index < result.length; index++) {
3
equals(result[index].name, tokens[index]);
4
}
Callers
nothing calls this directly
Calls
3
tokenize
Function · 0.85
shouldMatchTokens
Function · 0.85
shouldBeToken
Function · 0.85
Tested by
no test coverage detected