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

Class stat

src/motd.cpp:55–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53static char *fetchMOTDFromCache()
54{
55 struct stat attrib;
56 if (stat(szMotdCachePath(), &attrib) != 0)
57 return NULL;
58 time_t t = attrib.st_mtim.tv_sec;

Callers 1

fetchMOTDFromCacheFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected