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

Function log

e2e/setup/selfhost-docker.boot.ts:42–45  ·  view source on GitHub ↗
(file: string | undefined, text: string)

Source from the content-addressed store, hash-verified

40}
41
42const log = (file: string | undefined, text: string): void => {
43 if (file) appendFileSync(file, `${text}\n`);
44 else console.error(`[e2e:selfhost-docker] ${text}`);
45};
46
47/**
48 * Resolve the image to run: an explicit E2E_SELFHOST_DOCKER_IMAGE wins

Callers 3

resolveImageFunction · 0.70
runSelfhostContainerFunction · 0.70
runCodeMigrationsFunction · 0.50

Calls 1

errorMethod · 0.80

Tested by

no test coverage detected