Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SmingHub/Sming
/ fillStat
Function
fillStat
Sming/Libraries/Spiffs/src/FileSystem.cpp:82–88 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
80
}
81
82
void fillStat(Stat& stat, const SpiffsMetaBuffer& smb)
83
{
84
stat.acl = smb.meta.acl;
85
stat.attr = smb.meta.attr;
86
stat.mtime = smb.meta.mtime;
87
stat.compression = smb.meta.compression;
88
}
89
90
} // namespace
91
Callers
3
stat
Method · 0.85
fstat
Method · 0.85
readdir
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected