MCPcopy Create free account
hub / github.com/WheretIB/nullc / GetFinalizationList

Method GetFinalizationList

NULLC/StdLib.cpp:949–955  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

947}
948
949NULLCArray NULLC::GetFinalizationList()
950{
951 NULLCArray arr;
952 arr.ptr = (char*)finalizeList.data;
953 arr.len = finalizeList.size();
954 return arr;
955}
956
957void NULLC::ArrayCopy(NULLCAutoArray dst, NULLCAutoArray src)
958{

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected