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

Method Stat

internal/ebutil/mock_mounter_test.go:148–154  ·  view source on GitHub ↗

Stat mocks base method.

(arg0 string)

Source from the content-addressed store, hash-verified

146
147// Stat mocks base method.
148func (m *Mockmounter) Stat(arg0 string) (os.FileInfo, error) {
149 m.ctrl.T.Helper()
150 ret := m.ctrl.Call(m, "Stat", arg0)
151 ret0, _ := ret[0].(os.FileInfo)
152 ret1, _ := ret[1].(error)
153 return ret0, ret1
154}
155
156// Stat indicates an expected call of Stat.
157func (mr *MockmounterMockRecorder) Stat(arg0 any) *gomock.Call {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected