Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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.
248
func
(s *memStat) ModTime() time.Time {
return
s.t }
249
250
// IsDir returns if file is a dir.
251
func
(s *memStat) IsDir() bool {
return
false }
Callers
3
List
Method · 0.80
ServeHTTP
Method · 0.80
ServeHTTP
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected