MCPcopy
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
1186type identity struct{}
1187
1188func (identity) Encode(in string) string { return in }
1189func (identity) Decode(in string) string { return in }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected