Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/google/zx
/ ok
Method
ok
src/core.ts:915–917 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
913
}
914
915
get ok(): boolean {
916
return
!this._dto.error && this.exitCode === 0
917
}
918
919
json<T = any>(): T {
920
return
JSON.parse(this.stdall)
Callers
6
core.test.js
File · 0.80
goods.test.ts
File · 0.80
util.test.js
File · 0.80
cli.test.js
File · 0.80
node.test.mjs
File · 0.80
bun.test.js
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected