Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HaxeFoundation/hxcpp
/ typeStr
Method
typeStr
src/hx/cppia/Cppia.h:403–403 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
401
402
inline const char *identStr(int inId) { return strings[inId].raw_ptr(); }
403
inline const char *typeStr(int inId) { return types[inId]->name.c_str(); }
404
};
405
406
Callers
2
load
Method · 0.80
load
Method · 0.80
Calls
1
c_str
Method · 0.80
Tested by
no test coverage detected