MCPcopy Create free account
hub / github.com/coder/envbuilder / ModTime

Method ModTime

internal/ebutil/remount_internal_test.go:671–671  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

669func (fi *fakeFileInfo) Size() int64 { return 0 }
670func (fi *fakeFileInfo) Mode() os.FileMode { return 0 }
671func (fi *fakeFileInfo) ModTime() time.Time { return time.Time{} }
672func (fi *fakeFileInfo) IsDir() bool { return fi.isDir }
673func (fi *fakeFileInfo) Sys() any { return nil }
674

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected