MCPcopy 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

loadMethod · 0.80
loadMethod · 0.80

Calls 1

c_strMethod · 0.80

Tested by

no test coverage detected