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

Method ToStandardPath

backend/cloudinary/api/types.go:18–18  ·  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

16 // ToStandardPath takes a / separated path in this encoding
17 // and converts it to a / separated path in Standard encoding.
18 ToStandardPath(string) string
19 // ToStandardName takes name in this encoding and converts
20 // it in Standard encoding.
21 ToStandardName(string, string) string

Callers 15

listMethod · 0.65
itemToDirEntryMethod · 0.65
CopyMethod · 0.65
toStandardPathMethod · 0.65
RemoteMethod · 0.65
RemoteMethod · 0.65
listMethod · 0.65
ListMethod · 0.65
ListPMethod · 0.65
listMethod · 0.65
changeNotifyRunnerMethod · 0.65
parseListRStreamFunction · 0.65

Implementers 1

Fsbackend/cloudinary/cloudinary.go

Calls

no outgoing calls

Tested by

no test coverage detected