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

Function safeSort

include/cpp/VirtualArray.h:390–390  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

388 }
389
390 void safeSort(ArrayBase::DynamicSorterFunc sorter, bool isString) { checkBase(); if (store!=hx::arrayEmpty) base->safeSort(sorter,isString); }
391
392 inline void __unsafeStringReference(String inString) { if (base) base->__unsafeStringReference(inString); }
393

Callers 1

sortFunction · 0.85

Calls 2

checkBaseFunction · 0.85
safeSortMethod · 0.80

Tested by

no test coverage detected