MCPcopy Create free account
hub / github.com/cloudflare/computer / decode

Function decode

packages/computerd/src/exec/runner.test.ts:49–51  ·  view source on GitHub ↗
(value: Uint8Array)

Source from the content-addressed store, hash-verified

47}
48
49function decode(value: Uint8Array): string {
50 return new TextDecoder().decode(value);
51}
52
53test("exec captures stdout and propagates exit code", async () => {
54 const { runner, dispose } = fixture();

Callers 1

runner.test.tsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected