MCPcopy Create free account
hub / github.com/FreeFem/FreeFem-sources / stat

Class stat

plugin/seq/shell.cpp:101–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99
100long ff_stat(string *c) {
101 struct stat buff;
102
103 return stat(c->c_str( ), &buff);
104}

Callers 2

ff_statFunction · 0.70
ff_isdirFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected