Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
208
func
(m *realMounter) Stat(path string) (os.FileInfo, error) {
209
return
os.Stat(path)
210
}
211
212
func
(m *realMounter) ReadDir(name string) ([]os.DirEntry, error) {
213
return
os.ReadDir(name)
Callers
nothing calls this directly
Calls
1
Stat
Method · 0.65
Tested by
no test coverage detected