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

Method FromStandardPath

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

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

(string)

Source from the content-addressed store, hash-verified

87 // FromStandardPath takes a / separated path in Standard encoding
88 // and converts it to a / separated path in this encoding.
89 FromStandardPath(string) string
90 // FromStandardName takes name in Standard encoding and converts
91 // it in this encoding.
92 FromStandardName(string) string

Callers 5

makeNameFunction · 0.65
toOSPathFunction · 0.65
normalizeEncodingFunction · 0.65
encodeFunction · 0.65
StringMethod · 0.65

Implementers 1

identitylib/encoder/encoder.go

Calls

no outgoing calls

Tested by 1

normalizeEncodingFunction · 0.52