MCPcopy Create free account
hub / github.com/HaxeFoundation/hxcpp / __Run

Method __Run

include/hx/DynamicImpl.h:45–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43 #endif
44 void *__GetHandle() const HXCPP_OVERRIDE { return mThis.GetPtr(); }
45 Dynamic __Run(const Array<Dynamic> &inArgs) HXCPP_OVERRIDE
46 {
47
48 return mFunction(mThis.GetPtr());
49
50 }
51#if (HXCPP_API_LEVEL<500)
52 Dynamic __run() HXCPP_OVERRIDE
53 {

Callers 1

operator()Method · 0.45

Calls 1

GetPtrMethod · 0.80

Tested by

no test coverage detected