(path string)
| 29 | type readFileStateOwner interface { |
| 30 | SetReadFileState(path string, entry filetool.FileStateEntry) |
| 31 | GetReadFileState(path string) (filetool.FileStateEntry, bool) |
| 32 | } |
| 33 | |
| 34 | type ReadFileInput struct { |
no outgoing calls
no test coverage detected