MCPcopy Index your code
hub / github.com/rclone/rclone / quoteString

Function quoteString

cmd/help.go:273–279  ·  view source on GitHub ↗
(v any)

Source from the content-addressed store, hash-verified

271}
272
273func quoteString(v any) string {
274 switch v.(type) {
275 case string:
276 return fmt.Sprintf("%q", v)
277 }
278 return fmt.Sprint(v)
279}
280
281// show a single backend
282func showBackend(name string) {

Callers 1

showBackendFunction · 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…