MCPcopy Create free account
hub / github.com/HaxeFoundation/hxcpp / isNumeric

Function isNumeric

src/hx/cppia/Cppia.cpp:36–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34#endif
35
36static bool isNumeric(ExprType t) { return t==etInt || t==etFloat; }
37
38
39void cppiaClassMark(CppiaClassInfo *inClass,hx::MarkContext *__inCtx);

Callers 2

linkMethod · 0.85
linkMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected