()
| 490 | } |
| 491 | |
| 492 | func (f *fakeFile) Close() error { return nil } |
| 493 | func (f *fakeFile) Stat() (os.FileInfo, error) { return f.fi, nil } |
| 494 | func (f *fakeFile) Readdir(count int) ([]os.FileInfo, error) { |
| 495 | if !f.fi.dir { |
no outgoing calls
no test coverage detected