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

Method IsDir

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

Source from the content-addressed store, hash-verified

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

Callers 4

findDevcontainerJSONFunction · 0.45
fileExistsFunction · 0.45
libraryDirectorySymlinksFunction · 0.45
remountFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected