Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cppcheck-opensource/cppcheck
/ isIdempotent
Function
isIdempotent
lib/analyzer.h:93–95 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
91
}
92
93
bool isIdempotent() const {
94
return get(Idempotent);
95
}
96
97
bool isIncremental() const {
98
return get(Incremental);
Callers
nothing calls this directly
Calls
1
get
Function · 0.70
Tested by
no test coverage detected