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

Method MkdirAll

internal/ebutil/remount.go:200–202  ·  view source on GitHub ↗
(path string, perm os.FileMode)

Source from the content-addressed store, hash-verified

198}
199
200func (m *realMounter) MkdirAll(path string, perm os.FileMode) error {
201 return os.MkdirAll(path, perm)
202}
203
204func (m *realMounter) OpenFile(name string, flag int, perm os.FileMode) (*os.File, error) {
205 return os.OpenFile(name, flag, perm)

Callers

nothing calls this directly

Calls 1

MkdirAllMethod · 0.65

Tested by

no test coverage detected