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

Method String

fstest/mockobject/mockobject.go:27–29  ·  view source on GitHub ↗

String returns a description of the Object

()

Source from the content-addressed store, hash-verified

25
26// String returns a description of the Object
27func (o Object) String() string {
28 return string(o)
29}
30
31// Fs returns read only access to the Fs that this object is part of
32func (o Object) Fs() fs.Info {

Callers 1

RunFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected