Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
49
function
decode(value: Uint8Array): string {
50
return
new
TextDecoder().decode(value);
51
}
52
53
test(
"exec captures stdout and propagates exit code"
,
async
() => {
54
const
{ runner, dispose } = fixture();
Callers
1
runner.test.ts
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected