Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MJx0/KittyMemoryEx
/ stat64
Class
stat64
KittyMemoryEx/KittyIOFile.hpp:257–257 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
255
* @return The file information.
256
*/
257
inline struct stat64 info()
258
{
259
struct stat64 s = {};
260
_error = (stat64(_filePath.c_str(), &s) == -1) ? errno : 0;
Callers
1
info
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected