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

Method Assert2

NULLC/StdLib.cpp:572–576  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

570}
571
572void NULLC::Assert2(int val, NULLCArray message)
573{
574 if(!val)
575 nullcThrowError(message.ptr);
576}
577
578NULLCRef NULLC::CopyObject(NULLCRef ptr)
579{

Callers

nothing calls this directly

Calls 1

nullcThrowErrorFunction · 0.70

Tested by

no test coverage detected