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

Method ReadDir

internal/ebutil/mock_mounter_test.go:119–125  ·  view source on GitHub ↗

ReadDir mocks base method.

(arg0 string)

Source from the content-addressed store, hash-verified

117
118// ReadDir mocks base method.
119func (m *Mockmounter) ReadDir(arg0 string) ([]os.DirEntry, error) {
120 m.ctrl.T.Helper()
121 ret := m.ctrl.Call(m, "ReadDir", arg0)
122 ret0, _ := ret[0].([]os.DirEntry)
123 ret1, _ := ret[1].(error)
124 return ret0, ret1
125}
126
127// ReadDir indicates an expected call of ReadDir.
128func (mr *MockmounterMockRecorder) ReadDir(arg0 any) *gomock.Call {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected