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

Method isOwned

tests/catch.hpp:11212–11214  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11210 }
11211
11212 auto StringRef::isOwned() const noexcept -> bool {
11213 return m_data != nullptr;
11214 }
11215 auto StringRef::isSubstring() const noexcept -> bool {
11216 return m_start[m_size] != '\0';
11217 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected