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

Function _resetArecordProbeForTesting

src/services/voice.ts:120–122  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

118}
119
120export function _resetArecordProbeForTesting(): void {
121 arecordProbe = null
122}
123
124// cpal's ALSA backend writes to our process stderr when it can't find any
125// sound cards (it runs in-process — no subprocess pipe to capture it). The

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected