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

Function __map

include/Array.h:956–956  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

954 void __unshift(const Dynamic &a0) HXCPP_OVERRIDE { unshift(a0); }
955#if (HXCPP_API_LEVEL>=500)
956 cpp::VirtualArray_obj* __map(const DynamicMappingFunc& func) override { return cpp::VirtualArray(map<Dynamic>(func)).mPtr; }
957#else
958 cpp::VirtualArray_obj* __map(const DynamicMappingFunc& func) HXCPP_OVERRIDE { return map(func).mPtr; }
959#endif

Callers

nothing calls this directly

Calls 1

VirtualArrayClass · 0.70

Tested by

no test coverage detected