MCPcopy
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.jsFile · 0.80
goods.test.tsFile · 0.80
util.test.jsFile · 0.80
cli.test.jsFile · 0.80
node.test.mjsFile · 0.80
bun.test.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected