MCPcopy Create free account
hub / github.com/gokcehan/lf / quoteString

Function quoteString

os.go:242–244  ·  view source on GitHub ↗
(s string)

Source from the content-addressed store, hash-verified

240}
241
242func quoteString(s string) string {
243 return s
244}
245
246func shellEscape(s string) string {
247 buf := make([]rune, 0, len(s))

Callers 2

exportFilesMethod · 0.70
exportLfPathFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected