Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cppcheck-opensource/cppcheck
/ isEscapeFunction
Function
isEscapeFunction
lib/symboldatabase.h:907–909 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
905
}
906
907
bool isEscapeFunction() const {
908
return getFlag(fIsEscapeFunction);
909
}
910
void isEscapeFunction(bool state) {
911
setFlag(fIsEscapeFunction, state);
912
}
Callers
nothing calls this directly
Calls
2
getFlag
Function · 0.70
setFlag
Function · 0.70
Tested by
no test coverage detected