MCPcopy
hub / github.com/rclone/rclone / FromStandardPath

Method FromStandardPath

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

10 // FromStandardPath takes a / separated path in Standard encoding
11 // and converts it to a / separated path in this encoding.
12 FromStandardPath(string) string
13 // FromStandardName takes name in Standard encoding and converts
14 // it in this encoding.
15 FromStandardName(string) string

Callers 15

splitNodePathMethod · 0.65
readMetaDataForPathMethod · 0.65
CreateDirMethod · 0.65
deleteMethod · 0.65
copyOrMoveMethod · 0.65
PublicLinkMethod · 0.65
setCustomPropertyMethod · 0.65
OpenMethod · 0.65
uploadMethod · 0.65
splitMethod · 0.65
NewFsFunction · 0.65
realpathMethod · 0.65

Implementers 1

Fsbackend/cloudinary/cloudinary.go

Calls

no outgoing calls

Tested by

no test coverage detected