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

Method BlockCallable

src/hx/cppia/Cppia.cpp:340–342  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

338struct BlockCallable : public ScriptCallable
339{
340 BlockCallable(CppiaExpr *inExpr) : ScriptCallable(inExpr)
341 {
342 }
343
344 ExprType getType() HXCPP_OVERRIDE { return body->getType(); }
345

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected