Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
1
import
{ beforeEach, describe, expect, it, vi } from
'vitest'
2
3
const
dbMocks = vi.hoisted(() => {
4
const
selectLimit = vi.fn()
Callers
nothing calls this directly
Calls
14
safeComplete
Method · 0.80
safeCompleteWithError
Method · 0.80
hasCompleted
Method · 0.80
safeCompleteWithPause
Method · 0.80
onBlockStart
Method · 0.80
join
Method · 0.80
onBlockComplete
Method · 0.80
trackProgressWrite
Method · 0.80
drainPendingProgressWrites
Method · 0.80
completeWithPause
Method · 0.80
markExecutionAsFailed
Method · 0.80
markAsFailed
Method · 0.80
Tested by
no test coverage detected