Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HaxeFoundation/hxcpp
/ NullArithmetic
Function
NullArithmetic
src/hx/StdLibs.cpp:82–86 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
80
81
82
null NullArithmetic(const char *inErr)
83
{
84
Throw( String::create(inErr) );
85
return null();
86
}
87
88
}
89
Callers
2
operator -
Method · 0.85
operator !
Method · 0.85
Calls
2
Throw
Function · 0.85
null
Class · 0.50
Tested by
no test coverage detected