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

Method link

src/hx/cppia/Cppia.cpp:4937–4942  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4935
4936 const char *getName() HXCPP_OVERRIDE { return "ObjectDef"; }
4937 CppiaExpr *link(CppiaModule &inModule) HXCPP_OVERRIDE
4938 {
4939 data = &inModule;
4940 LinkExpressions(values,inModule);
4941 return this;
4942 }
4943 hx::Object *runObject(CppiaCtx *ctx) HXCPP_OVERRIDE
4944 {
4945 hx::Anon result = hx::Anon_obj::Create();

Callers

nothing calls this directly

Calls 1

LinkExpressionsFunction · 0.85

Tested by

no test coverage detected