Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cppcheck-opensource/cppcheck
/ isWrite
Function
isWrite
lib/analyzer.h:73–75 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
71
}
72
73
bool isWrite() const {
74
return get(Write);
75
}
76
77
bool isInvalid() const {
78
return get(Invalid);
Callers
1
isModified
Function · 0.85
Calls
1
get
Function · 0.70
Tested by
no test coverage detected