MCPcopy Create free account
hub / github.com/TanStack/ai / diagnostics

Function diagnostics

packages/ai-opencode/src/process/sandbox-server.ts:78–83  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

76 fn()
77 }
78 const diagnostics = (): string =>
79 [stdout, stderr]
80 .map((s) => s.trim())
81 .filter(Boolean)
82 .join('\n')
83 .slice(-500)
84 const timer = setTimeout(
85 () =>
86 settle(() =>

Callers 1

waitForReadyFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected