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

Function __scriptable_cppia_from_data

src/hx/cppia/CppiaModule.cpp:639–642  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

637
638
639::hx::CppiaLoadedModule __scriptable_cppia_from_data(Array<unsigned char> inCode)
640{
641 return hx::LoadCppia( (unsigned char *)inCode->GetBase() ,inCode->length);
642}
643
644
645void __scriptable_load_cppia(String inCode)

Callers

nothing calls this directly

Calls 1

LoadCppiaFunction · 0.85

Tested by

no test coverage detected