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