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

Method Anon_obj

src/hx/Anon.cpp:68–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66
67
68Anon_obj::Anon_obj(int inElements)
69{
70 mFixedFields = inElements;
71 //mFields = hx::FieldMapCreate();
72}
73
74void Anon_obj::__Mark(hx::MarkContext *__inCtx)
75{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected