Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
198
bool IsEOF(ifstream & fs)
199
{
200
return fs.peek() == ifstream::traits_type::eof();
201
}
202
203
} // namespace
204
Callers
2
AppendFileToFile
Function · 0.85
CopyFileX
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected