MCPcopy Index your code
hub / github.com/rclone/rclone / String

Method String

fs/object/object.go:249–251  ·  view source on GitHub ↗

String returns a description of the Object

()

Source from the content-addressed store, hash-verified

247
248// String returns a description of the Object
249func (o *MemoryObject) String() string {
250 return o.remote
251}
252
253// ModTime returns the modification date of the file
254func (o *MemoryObject) ModTime(ctx context.Context) time.Time {

Callers 1

TestMemoryObjectFunction · 0.95

Calls

no outgoing calls

Tested by 1

TestMemoryObjectFunction · 0.76