Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
*/
28
long readFileModificationTime(char* filePath) {
29
struct stat attrib = {0x0};
30
stat(filePath, &attrib);
31
return attrib.st_ctime;
32
}
Callers
5
readFileModificationTime
Function · 0.70
ui.es.ts
File · 0.50
ui.nl.ts
File · 0.50
ui.fr.ts
File · 0.50
ui.pl.ts
File · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected