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

Method isSubstring

tests/catch.hpp:11215–11217  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11213 return m_data != nullptr;
11214 }
11215 auto StringRef::isSubstring() const noexcept -> bool {
11216 return m_start[m_size] != '\0';
11217 }
11218
11219 void StringRef::takeOwnership() {
11220 if( !isOwned() ) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected