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

Function containerOutOfBounds_wxArrayString

test/cfg/wxwidgets.cpp:939–947  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

937}
938
939wxString containerOutOfBounds_wxArrayString(void)
940{
941 wxArrayString a;
942 a.Add("42");
943 a.Clear();
944 // TODO: wxArrayString is defined to be a vector
945 // TODO: cppcheck-suppress containerOutOfBounds
946 return a[0];
947}
948
949int containerOutOfBounds_wxArrayInt(void)
950{

Callers

nothing calls this directly

Calls 1

ClearMethod · 0.45

Tested by

no test coverage detected