MCPcopy Create free account
hub / github.com/carbonengine/trinity / stat

Class stat

shadercompiler/CachingIncludeHandler.cpp:142–142  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140
141 size_t fileSize = 0;
142 struct stat buf;
143 if( stat( fullPath.c_str(), &buf ) == 0 )
144 {
145 info.modifiedTime = buf.st_mtime;

Callers 1

OpenMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected