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

Function size

externals/simplecpp/simplecpp.h:486–488  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

484 using size_type = container_type::size_type;
485
486 size_type size() const {
487 return mData.size();
488 }
489 iterator begin() {
490 return mData.begin();
491 }

Callers 3

saveSettingsMethod · 0.85
saveSettingsMethod · 0.85
saveSettingsMethod · 0.85

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected