MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / size

Method size

extlibs/catch/include/catch/catch.hpp:636–638  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

634 return m_size == 0;
635 }
636 auto size() const noexcept -> size_type {
637 return m_size;
638 }
639
640 auto numberOfCharacters() const noexcept -> size_type;
641 auto c_str() const -> char const*;

Callers 15

StringRefMethod · 0.45
describeMethod · 0.45
describeMethod · 0.45
matchMethod · 0.45
matchMethod · 0.45
matchMethod · 0.45
matchMethod · 0.45
nextMethod · 0.45
nextMethod · 0.45
nextMethod · 0.45
addPatternMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected