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

Method Mount

internal/ebutil/mock_mounter_test.go:98–101  ·  view source on GitHub ↗

Mount indicates an expected call of Mount.

(arg0, arg1, arg2, arg3, arg4 any)

Source from the content-addressed store, hash-verified

96
97// Mount indicates an expected call of Mount.
98func (mr *MockmounterMockRecorder) Mount(arg0, arg1, arg2, arg3, arg4 any) *gomock.Call {
99 mr.mock.ctrl.T.Helper()
100 return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "Mount", reflect.TypeOf((*Mockmounter)(nil).Mount), arg0, arg1, arg2, arg3, arg4)
101}
102
103// OpenFile mocks base method.
104func (m *Mockmounter) OpenFile(arg0 string, arg1 int, arg2 os.FileMode) (*os.File, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected