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

Function constParameterPointer_QHash_contains

test/cfg/qt.cpp:851–854  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

849}
850
851bool constParameterPointer_QHash_contains(const QHash<int*, int*>& qh, int* k)
852{
853 return qh.contains(k);
854}
855
856int constParameterPointer_QHash_count(const QHash<int*, int*>& qh, int* k)
857{

Callers

nothing calls this directly

Calls 1

containsMethod · 0.45

Tested by

no test coverage detected