Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bloomberg/comdb2
/ stat
Class
stat
tools/comdb2ar/util.cpp:94–94 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
92
std::string path;
93
makeabs(path, dirname, ent->d_name);
94
struct stat st;
95
if(stat(path.c_str(), &st) == -1) {
96
std::ostringstream ss;
97
ss <<
"Error stat'ing '"
<< path <<
"': "
Callers
5
listdir_internal
Function · 0.70
isDirectory
Function · 0.70
make_dirs
Function · 0.70
output_file
Function · 0.70
check_usenames
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected