MCPcopy Create free account
hub / github.com/CodingGay/BlackDex / StringHolder

Method StringHolder

Bcore/src/main/cpp/Dobby/tests/catch.hpp:2811–2812  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2809
2810struct StringHolder : MatcherBase<NSString *> {
2811 StringHolder(NSString *substr) : m_substr([substr copy]) {
2812 }
2813 StringHolder(StringHolder const &other) : m_substr([other.m_substr copy]) {
2814 }
2815 StringHolder() {

Callers

nothing calls this directly

Calls 1

arcSafeReleaseFunction · 0.85

Tested by

no test coverage detected