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

Method ReadDir

internal/ebutil/mock_mounter_test.go:128–131  ·  view source on GitHub ↗

ReadDir indicates an expected call of ReadDir.

(arg0 any)

Source from the content-addressed store, hash-verified

126
127// ReadDir indicates an expected call of ReadDir.
128func (mr *MockmounterMockRecorder) ReadDir(arg0 any) *gomock.Call {
129 mr.mock.ctrl.T.Helper()
130 return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "ReadDir", reflect.TypeOf((*Mockmounter)(nil).ReadDir), arg0)
131}
132
133// Rename mocks base method.
134func (m *Mockmounter) Rename(arg0, arg1 string) error {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected