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

Method Stat

internal/ebutil/mock_mounter_test.go:157–160  ·  view source on GitHub ↗

Stat indicates an expected call of Stat.

(arg0 any)

Source from the content-addressed store, hash-verified

155
156// Stat indicates an expected call of Stat.
157func (mr *MockmounterMockRecorder) Stat(arg0 any) *gomock.Call {
158 mr.mock.ctrl.T.Helper()
159 return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "Stat", reflect.TypeOf((*Mockmounter)(nil).Stat), arg0)
160}
161
162// Unmount mocks base method.
163func (m *Mockmounter) Unmount(arg0 string, arg1 int) error {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected