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

Function encode

cmd/bisync/log.go:98–100  ·  view source on GitHub ↗
(s string)

Source from the content-addressed store, hash-verified

96}
97
98func encode(s string) string {
99 return encoder.OS.ToStandardPath(encoder.OS.FromStandardPath(s))
100}
101
102// prettyprint formats JSON for improved readability in debug logs
103func prettyprint(in any, label string, level fs.LogLevel) {

Callers 1

escapePathFunction · 0.85

Calls 2

ToStandardPathMethod · 0.65
FromStandardPathMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…