Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DescentDevelopers/Descent3
/ _stat
Class
_stat
ddio/winfile.cpp:165–165 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
163
164
bool ddio_FileDiff(const std::filesystem::path &path1, const std::filesystem::path &path2) {
165
struct _stat abuf, bbuf;
166
167
if (_stat(path1.u8string().c_str(), &abuf))
168
Int3(); // error getting stat info
Callers
1
ddio_FileDiff
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected