MCPcopy Index your code
hub / github.com/goproxyio/goproxy / ModTime

Method ModTime

proxy/server.go:248–248  ·  view source on GitHub ↗

ModTime returns file modtime.

()

Source from the content-addressed store, hash-verified

246
247// ModTime returns file modtime.
248func (s *memStat) ModTime() time.Time { return s.t }
249
250// IsDir returns if file is a dir.
251func (s *memStat) IsDir() bool { return false }

Callers 3

ListMethod · 0.80
ServeHTTPMethod · 0.80
ServeHTTPMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected