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

Method IsDir

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

Source from the content-addressed store, hash-verified

682
683func (de *fakeDirEntry) Name() string { return de.name }
684func (de *fakeDirEntry) IsDir() bool { return de.isDir }
685func (de *fakeDirEntry) Type() os.FileMode { return de.mode }
686func (de *fakeDirEntry) Info() (os.FileInfo, error) { return nil, nil }
687

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected