Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HaxeFoundation/hxcpp
/ ClassOfExpr
Method
ClassOfExpr
src/hx/cppia/Cppia.cpp:2328–2331 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2326
int typeId;
2327
2328
ClassOfExpr(CppiaStream &stream)
2329
{
2330
typeId = stream.getInt();
2331
}
2332
const char *getName() HXCPP_OVERRIDE { return
"ClassOfExpr"
; }
2333
CppiaExpr *link(CppiaModule &inModule) HXCPP_OVERRIDE
2334
{
Callers
nothing calls this directly
Calls
1
getInt
Method · 0.45
Tested by
no test coverage detected