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

Method Assert

NULLC/StdLib.cpp:566–570  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

564}
565
566void NULLC::Assert(int val)
567{
568 if(!val)
569 nullcThrowError("Assertion failed");
570}
571
572void NULLC::Assert2(int val, NULLCArray message)
573{

Callers

nothing calls this directly

Calls 1

nullcThrowErrorFunction · 0.70

Tested by

no test coverage detected