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

Method setIdMap

addons/cppcheckdata.py:1102–1107  ·  view source on GitHub ↗

Set relationships between objects stored in this configuration. :param functions_arguments: List of Variable objects which are function arguments

(self, functions_arguments)

Source from the content-addressed store, hash-verified

1100 variable.setId(IdMap)
1101
1102 def setIdMap(self, functions_arguments):
1103 """Set relationships between objects stored in this configuration.
1104 :param functions_arguments: List of Variable objects which are function arguments
1105 """
1106 self.set_tokens_links()
1107 self.set_id_map(functions_arguments)
1108
1109
1110class Platform:

Callers 1

iterconfigurationsMethod · 0.95

Calls 2

set_tokens_linksMethod · 0.95
set_id_mapMethod · 0.95

Tested by

no test coverage detected