MCPcopy Create free account
hub / github.com/bloomberg/comdb2 / stat

Class stat

tools/comdb2ar/serialise.cpp:76–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74 const std::string& data)
75{
76 struct stat st;
77
78 st.st_mode = 0664;
79 st.st_uid = getuid();

Callers 4

serialise_page_listFunction · 0.70
serialise_log_filesFunction · 0.70
serialise_databaseFunction · 0.70
create_partialsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected