Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
566
void NULLC::Assert(int val)
567
{
568
if(!val)
569
nullcThrowError(
"Assertion failed"
);
570
}
571
572
void NULLC::Assert2(int val, NULLCArray message)
573
{
Callers
nothing calls this directly
Calls
1
nullcThrowError
Function · 0.70
Tested by
no test coverage detected