MCPcopy Create free account
hub / github.com/apache/trafficserver / size

Method size

lib/catch2/catch.hpp:651–653  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

649 return m_size == 0;
650 }
651 constexpr auto size() const noexcept -> size_type {
652 return m_size;
653 }
654
655 // Returns the current start pointer. If the StringRef is not
656 // null-terminated, throws std::domain_exception

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
nextMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected