MCPcopy 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
644SC::Result SC::FileSystem::getFileStat(StringSpan file, FileStat& fileStat) { return stat(file, fileStat); }
645
646SC::Result SC::FileSystem::stat(StringSpan file, FileStat& fileStat)
647{

Callers 2

FileSystemTest.cppFile · 0.80
getFileMethod · 0.80

Calls 1

statClass · 0.70

Tested by

no test coverage detected