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

Method Rename

internal/ebutil/mock_mounter_test.go:142–145  ·  view source on GitHub ↗

Rename indicates an expected call of Rename.

(arg0, arg1 any)

Source from the content-addressed store, hash-verified

140
141// Rename indicates an expected call of Rename.
142func (mr *MockmounterMockRecorder) Rename(arg0, arg1 any) *gomock.Call {
143 mr.mock.ctrl.T.Helper()
144 return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "Rename", reflect.TypeOf((*Mockmounter)(nil).Rename), arg0, arg1)
145}
146
147// Stat mocks base method.
148func (m *Mockmounter) Stat(arg0 string) (os.FileInfo, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected