MCPcopy
hub / github.com/rclone/rclone / abs

Method abs

backend/cache/object.go:132–134  ·  view source on GitHub ↗

abs returns the absolute path to the object

()

Source from the content-addressed store, hash-verified

130
131// abs returns the absolute path to the object
132func (o *Object) abs() string {
133 return path.Join(o.Dir, o.Name)
134}
135
136// ModTime returns the cached ModTime
137func (o *Object) ModTime(ctx context.Context) time.Time {

Callers 15

UpdateMethod · 0.95
RemoveMethod · 0.95
isTempFileMethod · 0.95
tempFileStartedUploadMethod · 0.95
StringMethod · 0.45
runMethod · 0.45
downloadMethod · 0.45
ListMethod · 0.45
putMethod · 0.45
MoveMethod · 0.45
GetDirEntriesMethod · 0.45
ExpireDirMethod · 0.45

Calls 1

JoinMethod · 0.80

Tested by

no test coverage detected