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

Method link

src/hx/cppia/CppiaVars.cpp:270–280  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

268
269
270void CppiaVar::link(CppiaModule &inModule)
271{
272 if (dynamicFunction)
273 dynamicFunction->link();
274 type = inModule.types[typeId];
275 exprType = typeId==0 ? etObject : type->expressionType;
276 name = inModule.strings[nameId];
277
278 if (init)
279 init = init->link(inModule);
280}
281
282CppiaVar::Access CppiaVar::getAccess(CppiaStream &stream)
283{

Callers

nothing calls this directly

Calls 1

fieldStorageFromTypeFunction · 0.85

Tested by

no test coverage detected