Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/google/zx
/ json
Method
json
src/core.ts:919–921 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
917
}
918
919
json<T = any>(): T {
920
return
JSON.parse(this.stdall)
921
}
922
923
buffer(): Buffer {
924
return
Buffer.from(this.stdall)
Callers
5
core.test.js
File · 0.80
node.test.mjs
File · 0.80
json
Function · 0.80
backup-github.mjs
File · 0.80
main
Function · 0.80
Calls
1
parse
Method · 0.80
Tested by
no test coverage detected