MCPcopy Create free account
hub / github.com/cortexkit/magic-context / logLine

Function logLine

packages/plugin/scripts/longmemeval/runner.ts:57–59  ·  view source on GitHub ↗
(message: string)

Source from the content-addressed store, hash-verified

55}
56
57function logLine(message: string): void {
58 console.log(`[${new Date().toISOString()}] ${message}`);
59}
60
61async function ensureParentDirectory(filePath: string): Promise<void> {
62 await mkdir(dirname(filePath), { recursive: true });

Callers 3

sleepWithLogFunction · 0.85
withRetryFunction · 0.85
workerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected