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

Method OpenFile

internal/ebutil/remount.go:204–206  ·  view source on GitHub ↗
(name string, flag int, perm os.FileMode)

Source from the content-addressed store, hash-verified

202}
203
204func (m *realMounter) OpenFile(name string, flag int, perm os.FileMode) (*os.File, error) {
205 return os.OpenFile(name, flag, perm)
206}
207
208func (m *realMounter) Stat(path string) (os.FileInfo, error) {
209 return os.Stat(path)

Callers

nothing calls this directly

Calls 1

OpenFileMethod · 0.65

Tested by

no test coverage detected