MCPcopy 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
82null 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

ThrowFunction · 0.85
nullClass · 0.50

Tested by

no test coverage detected