Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/bigskysoftware/_hyperscript
/ hasMore
Method
hasMore
www/js/_hyperscript.js:64–66 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
62
return
token || {
type
:
"EOF"
, value:
"<<<EOF>>>"
};
63
}
64
hasMore() {
65
return
this.#tokens.length > 0;
66
}
67
lastMatch() {
68
return
this.#lastConsumed;
69
}
Callers
14
parse
Method · 0.45
hasMore
Method · 0.45
parseCommandList
Method · 0.45
parseHyperscriptProgram
Method · 0.45
parseHyperScript
Method · 0.45
#syncToFeature
Method · 0.45
#syncToCommand
Method · 0.45
parse
Method · 0.45
parse
Method · 0.45
parse
Method · 0.45
parseRepeatExpression
Method · 0.45
parse
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected