Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
100
long ff_stat(string *c) {
101
struct stat buff;
102
103
return stat(c->c_str( ), &buff);
104
}
Callers
2
ff_stat
Function · 0.70
ff_isdir
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected