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

Method currentData

extlibs/catch/include/catch/catch.hpp:13288–13290  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13286 return m_data;
13287 }
13288 auto StringRef::currentData() const noexcept -> char const* {
13289 return m_start;
13290 }
13291
13292 auto StringRef::isOwned() const noexcept -> bool {
13293 return m_data != nullptr;

Callers 2

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

Calls

no outgoing calls

Tested by

no test coverage detected