MCPcopy Create free account
hub / github.com/TactilityProject/Tactility / stat

Class stat

Tactility/Source/service/webserver/WebServerService.cpp:796–796  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

794 long size = 0;
795 if (!is_dir) {
796 struct stat st;
797 if (stat(full.c_str(), &st) == 0) {
798 size = st.st_size;
799 }

Callers 1

handleFsListMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected