MCPcopy Create free account
hub / github.com/TheAssassin/AppImageLauncher / stat

Class stat

src/daemon/main.cpp:29–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27 */
28long readFileModificationTime(char* filePath) {
29 struct stat attrib = {0x0};
30 stat(filePath, &attrib);
31 return attrib.st_ctime;
32}

Callers 5

readFileModificationTimeFunction · 0.70
ui.es.tsFile · 0.50
ui.nl.tsFile · 0.50
ui.fr.tsFile · 0.50
ui.pl.tsFile · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected