Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bigskysoftware/_hyperscript
/ hasMore
Method
hasMore
www/js/ext/component.js:57–59 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
55
return
token || {
type
:
"EOF"
, value:
"<<<EOF>>>"
};
56
}
57
hasMore() {
58
return
this.#tokens.length > 0;
59
}
60
lastMatch() {
61
return
this.#lastConsumed;
62
}
Callers
4
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