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

Method Unmount

internal/ebutil/mock_mounter_test.go:163–168  ·  view source on GitHub ↗

Unmount mocks base method.

(arg0 string, arg1 int)

Source from the content-addressed store, hash-verified

161
162// Unmount mocks base method.
163func (m *Mockmounter) Unmount(arg0 string, arg1 int) error {
164 m.ctrl.T.Helper()
165 ret := m.ctrl.Call(m, "Unmount", arg0, arg1)
166 ret0, _ := ret[0].(error)
167 return ret0
168}
169
170// Unmount indicates an expected call of Unmount.
171func (mr *MockmounterMockRecorder) Unmount(arg0, arg1 any) *gomock.Call {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected