Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cppcheck-opensource/cppcheck
/ isFile
Method
isFile
lib/path.cpp:432–435 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
430
}
431
432
bool Path::isFile(const std::string &path)
433
{
434
return file_type(path) == S_IFREG;
435
}
436
437
bool Path::isDirectory(const std::string &path)
438
{
Callers
4
filterMatches
Method · 0.45
addPathList
Method · 0.45
validateEditPythonPath
Method · 0.45
openProjectFile
Method · 0.45
Calls
1
file_type
Function · 0.85
Tested by
no test coverage detected