MCPcopy Create free account
hub / github.com/cppcheck-opensource/cppcheck / set_cpp

Method set_cpp

addons/cppcheckdata.py:1169–1170  ·  view source on GitHub ↗
(self, node)

Source from the content-addressed store, hash-verified

1167 self.c = node.get("version")
1168
1169 def set_cpp(self, node):
1170 self.cpp = node.get("version")
1171
1172 def set_posix(self, node):
1173 self.posix = node.get("posix") is not None

Callers 1

iterconfigurationsMethod · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected