MCPcopy
hub / github.com/runfinch/finch / Stat

Method Stat

pkg/mocks/pkg_disk_disk.go:287–293  ·  view source on GitHub ↗

Stat mocks base method.

(name string)

Source from the content-addressed store, hash-verified

285
286// Stat mocks base method.
287func (m *MockdiskFS) Stat(name string) (os.FileInfo, error) {
288 m.ctrl.T.Helper()
289 ret := m.ctrl.Call(m, "Stat", name)
290 ret0, _ := ret[0].(os.FileInfo)
291 ret1, _ := ret[1].(error)
292 return ret0, ret1
293}
294
295// Stat indicates an expected call of Stat.
296func (mr *MockdiskFSMockRecorder) Stat(name any) *gomock.Call {

Callers 13

persistentDiskExistsMethod · 0.45
limaDiskIsLockedMethod · 0.45
EnsureUserDataDiskMethod · 0.45
TestEnsureConfigExistsFunction · 0.45
EnsureConfigExistsFunction · 0.45
updateNerdctlConfigFunction · 0.45
GetMethod · 0.45
testMSIInstallPermissionFunction · 0.45

Calls

no outgoing calls