| 666 | } |
| 667 | |
| 668 | bool ReachedEndOfFile() |
| 669 | { |
| 670 | if (Engine.usingDataFile) |
| 671 | return bufferPosition + readPos - readSize - virtualFileOffset >= vFileSize; |
| 672 | else |
| 673 | return bufferPosition + readPos - readSize >= fileSize; |
| 674 | } |
no outgoing calls
no test coverage detected