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

Method Sys

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

Source from the content-addressed store, hash-verified

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
675var _ os.FileInfo = &fakeFileInfo{}
676

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected