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

Method MkdirAll

internal/ebutil/mock_mounter_test.go:84–87  ·  view source on GitHub ↗

MkdirAll indicates an expected call of MkdirAll.

(arg0, arg1 any)

Source from the content-addressed store, hash-verified

82
83// MkdirAll indicates an expected call of MkdirAll.
84func (mr *MockmounterMockRecorder) MkdirAll(arg0, arg1 any) *gomock.Call {
85 mr.mock.ctrl.T.Helper()
86 return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "MkdirAll", reflect.TypeOf((*Mockmounter)(nil).MkdirAll), arg0, arg1)
87}
88
89// Mount mocks base method.
90func (m *Mockmounter) Mount(arg0, arg1, arg2 string, arg3 uintptr, arg4 string) error {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected