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

Method isStlStringViewType

lib/symboldatabase.cpp:2705–2708  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2703}
2704
2705bool Variable::isStlStringViewType() const
2706{
2707 return getFlag(fIsStlType) && valueType() && valueType()->container && valueType()->container->stdStringLike && valueType()->container->view;
2708}
2709
2710std::string Variable::getTypeName() const
2711{

Callers 1

string_c_strMethod · 0.80

Calls 2

getFlagFunction · 0.70
valueTypeFunction · 0.70

Tested by

no test coverage detected