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

Method Stat

internal/ebutil/remount.go:208–210  ·  view source on GitHub ↗
(path string)

Source from the content-addressed store, hash-verified

206}
207
208func (m *realMounter) Stat(path string) (os.FileInfo, error) {
209 return os.Stat(path)
210}
211
212func (m *realMounter) ReadDir(name string) ([]os.DirEntry, error) {
213 return os.ReadDir(name)

Callers

nothing calls this directly

Calls 1

StatMethod · 0.65

Tested by

no test coverage detected