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

Method MkdirAll

internal/ebutil/mock_mounter_test.go:76–81  ·  view source on GitHub ↗

MkdirAll mocks base method.

(arg0 string, arg1 os.FileMode)

Source from the content-addressed store, hash-verified

74
75// MkdirAll mocks base method.
76func (m *Mockmounter) MkdirAll(arg0 string, arg1 os.FileMode) error {
77 m.ctrl.T.Helper()
78 ret := m.ctrl.Call(m, "MkdirAll", arg0, arg1)
79 ret0, _ := ret[0].(error)
80 return ret0
81}
82
83// MkdirAll indicates an expected call of MkdirAll.
84func (mr *MockmounterMockRecorder) MkdirAll(arg0, arg1 any) *gomock.Call {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected