MCPcopy Create free account
hub / github.com/ChaiScript/ChaiScript / StringHolder

Method StringHolder

unittests/catch.hpp:2949–2949  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2947
2948 struct StringHolder : MatcherBase<NSString*>{
2949 StringHolder( NSString* substr ) : m_substr( [substr copy] ){}
2950 StringHolder( StringHolder const& other ) : m_substr( [other.m_substr copy] ){}
2951 StringHolder() {
2952 arcSafeRelease( m_substr );

Callers

nothing calls this directly

Calls 1

arcSafeReleaseFunction · 0.85

Tested by

no test coverage detected