Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cortex-js/compute-engine
/ isAtEnd
Method
isAtEnd
src/common/json5.ts:316–318 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
314
}
315
316
isAtEnd(): boolean {
317
return
this.index >= this.text.length;
318
}
319
320
error(message: string): Error {
321
return
new
Error(`${message} at position ${this.index}`);
Callers
6
parse
Method · 0.95
parseValue
Method · 0.95
parseString
Method · 0.95
parseNumber
Method · 0.95
parseIdentifier
Method · 0.95
skipWhitespace
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected