Code
Hub
Workspaces
Connect your AI tool
Indexed graphs
Engine
MCP
copy
hub
/
github.com/urfave/cli
/ escapeSingleQuotes
Function
escapeSingleQuotes
fish.go:219–221 · fish.go::escapeSingleQuotes
(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