Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cppcheck-opensource/cppcheck
/ isRead
Function
isRead
lib/analyzer.h:69–71 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
67
}
68
69
bool isRead() const {
70
return get(Read);
71
}
72
73
bool isWrite() const {
74
return get(Write);
Callers
nothing calls this directly
Calls
1
get
Function · 0.70
Tested by
no test coverage detected