Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cirquit/trdrop
/ OcMethod
Method
OcMethod
ext/catch.hpp:3239–3239 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3237
3238
public:
3239
OcMethod( Class cls, SEL sel ) : m_cls( cls ), m_sel( sel ) {}
3240
3241
virtual void invoke() const {
3242
id obj = [[m_cls alloc] init];
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected