MCPcopy Create free account
hub / github.com/comaps/comaps / IsEOF

Function IsEOF

libs/coding/internal/file_data.cpp:198–201  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

196}
197
198bool IsEOF(ifstream & fs)
199{
200 return fs.peek() == ifstream::traits_type::eof();
201}
202
203} // namespace
204

Callers 2

AppendFileToFileFunction · 0.85
CopyFileXFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected