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

Method currentData

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

Source from the content-addressed store, hash-verified

9594 return m_start;
9595}
9596auto StringRef::currentData() const noexcept -> char const * {
9597 return m_start;
9598}
9599
9600auto StringRef::isOwned() const noexcept -> bool {
9601 return m_data != nullptr;

Callers 2

operator<<Function · 0.80
operator+=Function · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected