MCPcopy
hub / github.com/rclone/rclone / String

Method String

backend/cache/handle.go:95–97  ·  view source on GitHub ↗

String representation of this reader

()

Source from the content-addressed store, hash-verified

93
94// String representation of this reader
95func (r *Handle) String() string {
96 return r.cachedObject.abs()
97}
98
99// startReadWorkers will start the worker pool
100func (r *Handle) startReadWorkers() {

Callers

nothing calls this directly

Calls 1

absMethod · 0.45

Tested by

no test coverage detected