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

Method Mount

internal/ebutil/mock_mounter_test.go:90–95  ·  view source on GitHub ↗

Mount mocks base method.

(arg0, arg1, arg2 string, arg3 uintptr, arg4 string)

Source from the content-addressed store, hash-verified

88
89// Mount mocks base method.
90func (m *Mockmounter) Mount(arg0, arg1, arg2 string, arg3 uintptr, arg4 string) error {
91 m.ctrl.T.Helper()
92 ret := m.ctrl.Call(m, "Mount", arg0, arg1, arg2, arg3, arg4)
93 ret0, _ := ret[0].(error)
94 return ret0
95}
96
97// Mount indicates an expected call of Mount.
98func (mr *MockmounterMockRecorder) Mount(arg0, arg1, arg2, arg3, arg4 any) *gomock.Call {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected