Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Pagghiu/SaneCppLibraries
/ getFileStat
Method
getFileStat
Libraries/FileSystem/FileSystem.cpp:644–644 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
642
}
643
644
SC::Result SC::FileSystem::getFileStat(StringSpan file, FileStat& fileStat) { return stat(file, fileStat); }
645
646
SC::Result SC::FileSystem::stat(StringSpan file, FileStat& fileStat)
647
{
Callers
2
FileSystemTest.cpp
File · 0.80
getFile
Method · 0.80
Calls
1
stat
Class · 0.70
Tested by
no test coverage detected