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

Method Dynamic

src/Dynamic.cpp:356–356  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

354}
355
356Dynamic::Dynamic(bool inVal) : super( inVal ? hx::DynTrue.mPtr : hx::DynFalse.mPtr ) { }
357
358
359Dynamic::Dynamic(int inVal)

Callers

nothing calls this directly

Calls 4

fromIntFunction · 0.85
__ToObjectMethod · 0.80
DynamicClass · 0.50
StringClass · 0.50

Tested by

no test coverage detected