MCPcopy Create free account
hub / github.com/Snapchat/KeyDB / stat

Class stat

src/tls.cpp:224–224  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

222/* Given a path to a file, return the last time it was accessed (in seconds) */
223time_t getLastModifiedTime(const char* path){
224 struct stat path_stat;
225 stat(path, &path_stat);
226
227#ifdef __APPLE__

Callers 1

getLastModifiedTimeFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected