MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / logs

Function logs

e2e/scripts/cli.ts:541–545  ·  view source on GitHub ↗
(targetName: string)

Source from the content-addressed store, hash-verified

539};
540
541const logs = (targetName: string) => {
542 const state = readState(targetName);
543 if (!state) throw new Error(`${targetName}: not up`);
544 console.log(readFileSync(state.logFile, "utf8"));
545};
546
547// --- main ------------------------------------------------------------------
548

Callers 1

mainFunction · 0.85

Calls 2

readStateFunction · 0.85
logMethod · 0.80

Tested by

no test coverage detected