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

Struct fakeDirEntry

internal/ebutil/remount_internal_test.go:677–681  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

675var _ os.FileInfo = &fakeFileInfo{}
676
677type fakeDirEntry struct {
678 name string
679 isDir bool
680 mode os.FileMode
681}
682
683func (de *fakeDirEntry) Name() string { return de.name }
684func (de *fakeDirEntry) IsDir() bool { return de.isDir }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected