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

Function callableId

include/hx/Functions.h:60–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58 virtual TReturn HX_LOCAL_RUN(TArgs... args) = 0;
59
60 std::type_index callableId() const override
61 {
62 return std::type_index{ typeid(Callable_obj<TReturn(TArgs...)>) };
63 }
64
65 int __Compare(const ::hx::Object* other) const override
66 {

Callers 1

__CompareFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected