MCPcopy Create free account
hub / github.com/crownengine/crown / last_modified_time

Method last_modified_time

src/core/filesystem/filesystem_disk.cpp:307–310  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

305}
306
307u64 FilesystemDisk::last_modified_time(const char *path)
308{
309 return stat(path).mtime;
310}
311
312CreateResult FilesystemDisk::create_directory(const char *path)
313{

Callers

nothing calls this directly

Calls 1

statFunction · 0.50

Tested by

no test coverage detected