MCPcopy
hub / github.com/google/zx / get

Method get

src/core.ts:881–881  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

879 Object.defineProperties(this, {
880 _dto: { value: dto, enumerable: false },
881 cause: { get() { return dto.error }, enumerable: false },
882 stdout: { get: once(() => bufArrJoin(dto.store.stdout)) },
883 stderr: { get: once(() => bufArrJoin(dto.store.stderr)) },
884 stdall: { get: once(() => bufArrJoin(dto.store.stdall)) },

Callers 9

getFunction · 0.80
getFunction · 0.80
applyFunction · 0.80
getFunction · 0.80
core.tsFile · 0.80
checkFunction · 0.80
pipeFunction · 0.80
unpipeFunction · 0.80
runBackFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected