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

Method currentData

unittests/catch.hpp:9672–9674  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9670 return m_start;
9671 }
9672 auto StringRef::currentData() const noexcept -> char const* {
9673 return m_start;
9674 }
9675
9676 auto StringRef::isOwned() const noexcept -> bool {
9677 return m_data != nullptr;

Callers 2

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

Calls

no outgoing calls

Tested by

no test coverage detected