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

Method Unmount

internal/ebutil/mock_mounter_test.go:171–174  ·  view source on GitHub ↗

Unmount indicates an expected call of Unmount.

(arg0, arg1 any)

Source from the content-addressed store, hash-verified

169
170// Unmount indicates an expected call of Unmount.
171func (mr *MockmounterMockRecorder) Unmount(arg0, arg1 any) *gomock.Call {
172 mr.mock.ctrl.T.Helper()
173 return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "Unmount", reflect.TypeOf((*Mockmounter)(nil).Unmount), arg0, arg1)
174}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected