MCPcopy Create free account
hub / github.com/CodingGay/BlackDex / size

Method size

Bcore/src/main/cpp/Dobby/tests/catch.hpp:452–454  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

450 return m_size == 0;
451 }
452 auto size() const noexcept -> size_type {
453 return m_size;
454 }
455
456 auto numberOfCharacters() const noexcept -> size_type;
457 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
addPatternMethod · 0.45
testCaseEndedMethod · 0.45
getExpressionInMacroMethod · 0.45
isBoundaryMethod · 0.45
calcLengthMethod · 0.45
operator*Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected