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

Method ToStandardPath

lib/encoder/encoder.go:95–95  ·  view source on GitHub ↗

ToStandardPath takes a / separated path in this encoding and converts it to a / separated path in Standard encoding.

(string)

Source from the content-addressed store, hash-verified

93 // ToStandardPath takes a / separated path in this encoding
94 // and converts it to a / separated path in Standard encoding.
95 ToStandardPath(string) string
96 // ToStandardName takes name in this encoding and converts
97 // it in Standard encoding.
98 ToStandardName(string) string

Callers 5

fromOSPathFunction · 0.65
normalizeEncodingFunction · 0.65
encodeFunction · 0.65
StatMethod · 0.65
ReadDirMethod · 0.65

Implementers 1

identitylib/encoder/encoder.go

Calls

no outgoing calls

Tested by 1

normalizeEncodingFunction · 0.52