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

Method ConstructEmpty

src/hx/Class.cpp:174–177  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

172}
173
174Dynamic Class_obj::ConstructEmpty()
175{
176 return mConstructEmpty();
177}
178
179Dynamic Class_obj::ConstructArgs(DynamicArray inArgs)
180{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected