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

Method invoke

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

Source from the content-addressed store, hash-verified

2739 }
2740
2741 virtual void invoke() const {
2742 id obj = [[m_cls alloc] init];
2743
2744 performOptionalSelector(obj, @selector(setUp));
2745 performOptionalSelector(obj, m_sel);
2746 performOptionalSelector(obj, @selector(tearDown));
2747
2748 arcSafeRelease(obj);
2749 }
2750
2751private:
2752 virtual ~OcMethod() {

Callers

nothing calls this directly

Calls 2

performOptionalSelectorFunction · 0.85
arcSafeReleaseFunction · 0.85

Tested by

no test coverage detected