Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/QodeXcli/QodeX
/ shellQuote
Function
shellQuote
src/audio/transcribe.ts:57–59 ·
view source on GitHub ↗
(s: string)
Source
from the content-addressed store, hash-verified
55
}
56
57
function
shellQuote(s: string): string {
58
return
`
'${s.replaceAll("'
", `
'\\'
'`)}'
`;
59
}
60
61
/**
62
* Transcribe an audio file to text. Throws with guidance when no backend is configured.
Callers
1
buildCommand
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected