Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/urfave/cli
/ escapeSingleQuotes
Function
escapeSingleQuotes
fish.go:219–221 ·
view source on GitHub ↗
(input string)
Source
from the content-addressed store, hash-verified
217
}
218
219
func
escapeSingleQuotes(input string) string {
220
return
strings.ReplaceAll(input, `
'`, `\'
`)
221
}
Callers
2
prepareFishCommands
Function · 0.85
prepareFishFlags
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…