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

Function parsedump

addons/cppcheckdata.py:1447–1451  ·  view source on GitHub ↗

parse a cppcheck dump file

(filename)

Source from the content-addressed store, hash-verified

1445
1446
1447def parsedump(filename):
1448 """
1449 parse a cppcheck dump file
1450 """
1451 return CppcheckData(filename)
1452
1453
1454def astIsFloat(token):

Callers

nothing calls this directly

Calls 1

CppcheckDataClass · 0.85

Tested by

no test coverage detected