Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Singular/Singular
/ stat
Class
stat
ppcc/adlib/os.cc:219–219 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
217
218
bool FileStat(FileInfo &info, const char *path, bool follow_links) {
219
struct stat st;
220
if (follow_links) {
221
if (stat(path, &st) < 0)
222
return false;
Callers
1
FileStat
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected