MCPcopy Create free account
hub / github.com/cirquit/trdrop / StringHolder

Method StringHolder

ext/catch.hpp:3309–3309  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3307 template<typename MatcherT>
3308 struct StringHolder : MatcherImpl<MatcherT, NSString*>{
3309 StringHolder( NSString* substr ) : m_substr( [substr copy] ){}
3310 StringHolder( StringHolder const& other ) : m_substr( [other.m_substr copy] ){}
3311 StringHolder() {
3312 arcSafeRelease( m_substr );

Callers

nothing calls this directly

Calls 1

arcSafeReleaseFunction · 0.85

Tested by

no test coverage detected