MCPcopy 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
82void 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

statMethod · 0.85
fstatMethod · 0.85
readdirMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected