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

Function logs

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

Source from the content-addressed store, hash-verified

534};
535
536const logs = (targetName: string) => {
537 const state = readState(targetName);
538 if (!state) throw new Error(`${targetName}: not up`);
539 console.log(readFileSync(state.logFile, "utf8"));
540};
541
542// --- main ------------------------------------------------------------------
543

Callers 1

mainFunction · 0.85

Calls 2

readStateFunction · 0.85
logMethod · 0.80

Tested by

no test coverage detected