Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cppcheck-opensource/cppcheck
/ flags
Function
flags
lib/token.h:465–467 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
463
bool isUnaryPreOp() const;
464
465
uint64_t flags() const {
466
return mFlags;
467
}
468
void flags(const uint64_t flags_) {
469
mFlags = flags_;
470
}
Callers
3
FunctionListItem
Method · 0.85
simplecpp.h
File · 0.85
setstr
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected