MCPcopy Create free account
hub / github.com/IronsDu/brynet / isNullTerminated

Method isNullTerminated

tests/catch.hpp:672–674  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

670 auto data() const noexcept -> char const*;
671
672 constexpr auto isNullTerminated() const noexcept -> bool {
673 return m_start[m_size] == '\0';
674 }
675
676 public: // iterators
677 constexpr const_iterator begin() const { return m_start; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected