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

Method FromStandardName

lib/encoder/encoder.go:92–92  ·  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

90 // FromStandardName takes name in Standard encoding and converts
91 // it in this encoding.
92 FromStandardName(string) string
93 // ToStandardPath takes a / separated path in this encoding
94 // and converts it to a / separated path in Standard encoding.
95 ToStandardPath(string) string

Callers 2

NameMethod · 0.65
ReadDirMethod · 0.65

Implementers 1

identitylib/encoder/encoder.go

Calls

no outgoing calls

Tested by

no test coverage detected