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

Function nowIso

packages/plugin/scripts/longmemeval/runner.ts:48–50  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

46let writeQueue: Promise<void> = Promise.resolve();
47
48function nowIso(): string {
49 return new Date().toISOString();
50}
51
52function asError(error: unknown): Error {
53 if (error instanceof Error) return error;

Callers 14

createQuestionStateFunction · 0.85
loadStateFunction · 0.85
persistStateFunction · 0.85
updateErrorStateFunction · 0.85
ensureReplaySessionFunction · 0.85
sendBannerIfNeededFunction · 0.85
replayHaystackFunction · 0.85
askFinalQuestionFunction · 0.85
judgeQuestionFunction · 0.85
cleanupSessionsFunction · 0.85
markQuestionCompletedFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected