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

Method StringHolder

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

Source from the content-addressed store, hash-verified

4029
4030 struct StringHolder : MatcherBase<NSString*>{
4031 StringHolder( NSString* substr ) : m_substr( [substr copy] ){}
4032 StringHolder( StringHolder const& other ) : m_substr( [other.m_substr copy] ){}
4033 StringHolder() {
4034 arcSafeRelease( m_substr );

Callers

nothing calls this directly

Calls 1

arcSafeReleaseFunction · 0.85

Tested by

no test coverage detected