MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/TriangleMeshDistance / currentData

Method currentData

tests/catch.hpp:11208–11210  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11206 return m_start;
11207 }
11208 auto StringRef::currentData() const noexcept -> char const* {
11209 return m_start;
11210 }
11211
11212 auto StringRef::isOwned() const noexcept -> bool {
11213 return m_data != nullptr;

Callers 2

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

Calls

no outgoing calls

Tested by

no test coverage detected