MCPcopy
hub / github.com/rclone/rclone / ModTime

Method ModTime

backend/http/http.go:665–667  ·  view source on GitHub ↗

ModTime returns the modification time of the remote http file

(ctx context.Context)

Source from the content-addressed store, hash-verified

663
664// ModTime returns the modification time of the remote http file
665func (o *Object) ModTime(ctx context.Context) time.Time {
666 return o.modTime
667}
668
669// url returns the native url of the object
670func (o *Object) url() string {

Callers 3

TestNewObjectFunction · 0.95
TestOpenFunction · 0.95

Calls

no outgoing calls

Tested by 3

TestNewObjectFunction · 0.76
TestOpenFunction · 0.76