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

Method OcMethod

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

Source from the content-addressed store, hash-verified

2876
2877 public:
2878 OcMethod( Class cls, SEL sel ) : m_cls( cls ), m_sel( sel ) {}
2879
2880 virtual void invoke() const {
2881 id obj = [[m_cls alloc] init];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected