Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/everx-labs/everdev
/ hasMore
Method
hasMore
src/controllers/contract/param-parser.ts:23–25 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
21
}
22
23
hasMore() {
24
return
this.pos < this.text.length
25
}
26
27
nextIs(test: (c: string) => boolean): boolean {
28
return
this.hasMore() && test(this.text[this.pos])
Callers
2
nextIs
Method · 0.95
parseComponents
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected