MCPcopy
hub / github.com/simstudioai/sim / logging-session.test.ts

File logging-session.test.ts

apps/sim/lib/logs/execution/logging-session.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { beforeEach, describe, expect, it, vi } from 'vitest'
2
3const dbMocks = vi.hoisted(() => {
4 const selectLimit = vi.fn()

Callers

nothing calls this directly

Calls 14

safeCompleteMethod · 0.80
safeCompleteWithErrorMethod · 0.80
hasCompletedMethod · 0.80
safeCompleteWithPauseMethod · 0.80
onBlockStartMethod · 0.80
joinMethod · 0.80
onBlockCompleteMethod · 0.80
trackProgressWriteMethod · 0.80
completeWithPauseMethod · 0.80
markExecutionAsFailedMethod · 0.80
markAsFailedMethod · 0.80

Tested by

no test coverage detected