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

Method GetMounts

internal/ebutil/mock_mounter_test.go:70–73  ·  view source on GitHub ↗

GetMounts indicates an expected call of GetMounts.

()

Source from the content-addressed store, hash-verified

68
69// GetMounts indicates an expected call of GetMounts.
70func (mr *MockmounterMockRecorder) GetMounts() *gomock.Call {
71 mr.mock.ctrl.T.Helper()
72 return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "GetMounts", reflect.TypeOf((*Mockmounter)(nil).GetMounts))
73}
74
75// MkdirAll mocks base method.
76func (m *Mockmounter) MkdirAll(arg0 string, arg1 os.FileMode) error {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected