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

Function astIsNonStringContainer

lib/astutils.cpp:263–267  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

261}
262
263bool astIsNonStringContainer(const Token* tok)
264{
265 const Library::Container* container = getLibraryContainer(tok);
266 return container && !container->stdStringLike && !astIsIterator(tok);
267}
268
269bool astIsContainerView(const Token* tok)
270{

Callers 1

Calls 2

getLibraryContainerFunction · 0.85
astIsIteratorFunction · 0.85

Tested by

no test coverage detected