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

Method set_c

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

Source from the content-addressed store, hash-verified

1164 posix = False
1165
1166 def set_c(self, node):
1167 self.c = node.get("version")
1168
1169 def set_cpp(self, node):
1170 self.cpp = node.get("version")

Callers 1

iterconfigurationsMethod · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected