Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BoevaLab/FREEC
/ stat
Class
stat
src/main.cpp:310–310 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
308
string outputDir = (std::string)cf.Value(
"general"
,
"outputDir"
,
"."
);
309
if ( access( outputDir.c_str(), 0 ) == 0 ) {
310
struct stat status;
311
stat( outputDir.c_str(), &status );
312
313
if ( status.st_mode & S_IFDIR ) {
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected