MCPcopy Create free account
hub / github.com/Kilo-Org/cloud / buildSetupEnvFileContent

Function buildSetupEnvFileContent

services/cloud-agent-next/src/session-service.ts:676–680  ·  view source on GitHub ↗
(env: Record<string, string | undefined>)

Source from the content-addressed store, hash-verified

674 };
675}
676
677function parseRestoreScriptOutput(stdout: string | undefined): {
678 code?: number;
679 step?: string;
680 error?: string;
681} | null {
682 try {
683 const parsed = JSON.parse(stdout?.trim() ?? '{}') as Record<string, unknown>;

Callers 1

runSetupCommandsFunction · 0.85

Calls 3

shellQuoteFunction · 0.90
validShellEnvEntriesFunction · 0.85
joinMethod · 0.80

Tested by

no test coverage detected