MCPcopy Create free account
hub / github.com/devnullvoid/pvetui / shellQuote

Function shellQuote

internal/ssh/client.go:387–389  ·  view source on GitHub ↗
(s string)

Source from the content-addressed store, hash-verified

385}
386
387func shellQuote(s string) string {
388 return "'" + strings.ReplaceAll(s, "'", "'\\''") + "'"
389}

Callers 1

buildSSHArgsBaseFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected