Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cortex-js/compute-engine
/ atEnd
Method
atEnd
scripts/rubi/wl-parser.ts:209–211 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
207
}
208
209
atEnd(): boolean {
210
return
this.i >= this.tokens.length;
211
}
212
213
parseExpression(minPrec = 0): Json {
214
let
lhs = this.parsePrefix();
Callers
1
parseWL
Function · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected