MCPcopy Create free account
hub / github.com/Vector35/debugger / stat

Class stat

cli/main.cpp:302–302  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

300bool is_file(const char* fname)
301{
302 struct stat buf;
303 if (stat(fname, &buf) == 0 && (buf.st_mode & S_IFREG) == S_IFREG)
304 return true;
305

Callers 1

is_fileFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected