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

Method ReadDir

internal/ebutil/remount.go:212–214  ·  view source on GitHub ↗
(name string)

Source from the content-addressed store, hash-verified

210}
211
212func (m *realMounter) ReadDir(name string) ([]os.DirEntry, error) {
213 return os.ReadDir(name)
214}
215
216func (m *realMounter) EvalSymlinks(path string) (string, error) {
217 return filepath.EvalSymlinks(path)

Callers

nothing calls this directly

Calls 1

ReadDirMethod · 0.65

Tested by

no test coverage detected