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

Method OpenFile

internal/ebutil/mock_mounter_test.go:113–116  ·  view source on GitHub ↗

OpenFile indicates an expected call of OpenFile.

(arg0, arg1, arg2 any)

Source from the content-addressed store, hash-verified

111
112// OpenFile indicates an expected call of OpenFile.
113func (mr *MockmounterMockRecorder) OpenFile(arg0, arg1, arg2 any) *gomock.Call {
114 mr.mock.ctrl.T.Helper()
115 return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "OpenFile", reflect.TypeOf((*Mockmounter)(nil).OpenFile), arg0, arg1, arg2)
116}
117
118// ReadDir mocks base method.
119func (m *Mockmounter) ReadDir(arg0 string) ([]os.DirEntry, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected