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

Method __init__

addons/cppcheckdata.py:1591–1594  ·  view source on GitHub ↗
(self, matches, bindings=None, keys=None)

Source from the content-addressed store, hash-verified

1589
1590class MatchResult:
1591 def __init__(self, matches, bindings=None, keys=None):
1592 self.__dict__.update(bindings or {})
1593 self._matches = matches
1594 self._keys = keys or []
1595
1596 def __bool__(self):
1597 return self._matches

Callers

nothing calls this directly

Calls 1

updateMethod · 0.45

Tested by

no test coverage detected