MCPcopy Create free account
hub / github.com/agentforce314/clawcodex / _voiceRecordKeyFromConfig

Function _voiceRecordKeyFromConfig

ui-tui/src/app/useConfigSync.ts:131–135  ·  view source on GitHub ↗
(cfg: ConfigFullResponse | null)

Source from the content-addressed store, hash-verified

129}
130
131const _voiceRecordKeyFromConfig = (cfg: ConfigFullResponse | null): ParsedVoiceRecordKey => {
132 const raw = cfg?.config?.voice?.record_key
133
134 return raw ? parseVoiceRecordKey(raw) : DEFAULT_VOICE_RECORD_KEY
135}
136
137const _pasteCollapseLinesFromConfig = (cfg: ConfigFullResponse | null): number => {
138 if (!cfg?.config) {

Callers 1

applyDisplayFunction · 0.85

Calls 1

parseVoiceRecordKeyFunction · 0.85

Tested by

no test coverage detected