Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/loggerhead/json4u
/ tree.test.ts
File
tree.test.ts
__tests__/tree.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ parseJSON } from
"@/lib/parser/parse"
;
2
3
describe(
"findNodeAtOffset"
, () => {
4
const
tree = parseJSON(
'{ "array": [12345678987654321, 0.1234567891111111111] }'
);
Callers
nothing calls this directly
Calls
2
parseJSON
Function · 0.90
expectOffset
Function · 0.85
Tested by
no test coverage detected