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

Method detectContainer

lib/library.cpp:1444–1447  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1442}
1443
1444const Library::Container* Library::detectContainer(const Token* typeStart) const
1445{
1446 return detectContainerInternal(typeStart, ContainerOnly);
1447}
1448
1449const Library::Container* Library::detectIterator(const Token* typeStart) const
1450{

Callers 8

arrayDimensionsMethod · 0.80
valueFlowContainerSizeFunction · 0.80
negativeIndexMethod · 0.80
if_findMethod · 0.80
containerMethod · 0.80

Calls

no outgoing calls

Tested by 1

containerMethod · 0.64