Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/rclone/rclone
/ identity
Struct
identity
lib/encoder/encoder.go:1186–1186 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1184
}
1185
1186
type
identity
struct
{}
1187
1188
func
(identity) Encode(in string) string {
return
in }
1189
func
(identity) Decode(in string) string {
return
in }
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected