Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cppcheck-opensource/cppcheck
/ isNoExcept
Function
isNoExcept
lib/symboldatabase.h:870–872 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
868
return getFlag(fIsDelete);
869
}
870
bool isNoExcept() const {
871
return getFlag(fIsNoExcept);
872
}
873
bool isThrow() const {
874
return getFlag(fIsThrow);
875
}
Callers
1
Function
Method · 0.85
Calls
2
getFlag
Function · 0.70
setFlag
Function · 0.70
Tested by
no test coverage detected