MCPcopy
hub / github.com/rclone/rclone / FromStandardName

Method FromStandardName

backend/cloudinary/api/types.go:15–15  ·  view source on GitHub ↗

FromStandardName takes name in Standard encoding and converts it in this encoding.

(string)

Source from the content-addressed store, hash-verified

13 // FromStandardName takes name in Standard encoding and converts
14 // it in this encoding.
15 FromStandardName(string) string
16 // ToStandardPath takes a / separated path in this encoding
17 // and converts it to a / separated path in Standard encoding.
18 ToStandardPath(string) string

Callers 15

moveMethod · 0.65
UpdateMethod · 0.65
splitMethod · 0.65
CleanUpMethod · 0.65
uploadUncheckedMethod · 0.65
CreateDirMethod · 0.65
fetchListFolderPageMethod · 0.65
fetchListFilePageMethod · 0.65
CreateDirMethod · 0.65
PutMethod · 0.65
renameMethod · 0.65
UpdateMethod · 0.65

Implementers 1

Fsbackend/cloudinary/cloudinary.go

Calls

no outgoing calls

Tested by 4

TestEncodingFunction · 0.52
TestFileNameEncodingFunction · 0.52
InternalTestQueryMethod · 0.52