Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
572
void NULLC::Assert2(int val, NULLCArray message)
573
{
574
if(!val)
575
nullcThrowError(message.ptr);
576
}
577
578
NULLCRef NULLC::CopyObject(NULLCRef ptr)
579
{
Callers
nothing calls this directly
Calls
1
nullcThrowError
Function · 0.70
Tested by
no test coverage detected