MCPcopy Create free account
hub / github.com/codeaashu/claude-code / _resetRecordingStateForTesting

Function _resetRecordingStateForTesting

src/utils/asciicast.ts:46–49  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

44}
45
46export function _resetRecordingStateForTesting(): void {
47 recordingState.filePath = null
48 recordingState.timestamp = 0
49}
50
51/**
52 * Find all .cast files for the current session.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected