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