Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CodingGay/BlackDex
/ OcMethod
Method
OcMethod
Bcore/src/main/cpp/Dobby/tests/catch.hpp:2738–2739 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2736
2737
public:
2738
OcMethod(Class cls, SEL sel) : m_cls(cls), m_sel(sel) {
2739
}
2740
2741
virtual void invoke() const {
2742
id obj = [[m_cls alloc] init];
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected