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

Struct fakeFileInfo

internal/ebutil/remount_internal_test.go:663–666  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

661}
662
663type fakeFileInfo struct {
664 name string
665 isDir bool
666}
667
668func (fi *fakeFileInfo) Name() string { return fi.name }
669func (fi *fakeFileInfo) Size() int64 { return 0 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected