MCPcopy Create free account
hub / github.com/apache/trafficserver / StringHolder

Method StringHolder

lib/catch2/catch.hpp:4947–4947  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4945
4946 struct StringHolder : MatcherBase<NSString*>{
4947 StringHolder( NSString* substr ) : m_substr( [substr copy] ){}
4948 StringHolder( StringHolder const& other ) : m_substr( [other.m_substr copy] ){}
4949 StringHolder() {
4950 arcSafeRelease( m_substr );

Callers

nothing calls this directly

Calls 1

arcSafeReleaseFunction · 0.85

Tested by

no test coverage detected