Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cppcheck-opensource/cppcheck
/ set_posix
Method
set_posix
addons/cppcheckdata.py:1172–1173 ·
view source on GitHub ↗
(self, node)
Source
from the content-addressed store, hash-verified
1170
self.cpp = node.get(
"version"
)
1171
1172
def
set_posix(self, node):
1173
self.posix = node.get(
"posix"
) is not None
1174
1175
def
__repr__(self):
1176
attrs = [
"c"
,
"cpp"
,
"posix"
]
Callers
1
iterconfigurations
Method · 0.80
Calls
1
get
Method · 0.45
Tested by
no test coverage detected