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

Function __nullcGetAutoRef

NULLC/translation/runtime.cpp:335–339  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

333 return ret;
334}
335void* __nullcGetAutoRef(const NULLCRef &ref, unsigned int typeID)
336{
337 __assert(ref.typeID == typeID);
338 return (void*)ref.ptr;
339}
340NULLCAutoArray __makeAutoArray(unsigned type, NULLCArray<void> arr)
341{
342 NULLCAutoArray ret;

Calls

no outgoing calls

Tested by

no test coverage detected