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

Function kind_share

src/hx/CFFI.cpp:889–894  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

887}
888
889void kind_share(vkind *inKind,const char *inName)
890{
891 int k = (int)(intptr_t)*inKind;
892 hxcpp_kind_share(k,inName);
893 *inKind = (vkind)(intptr_t)k;
894}
895
896
897

Callers

nothing calls this directly

Calls 1

hxcpp_kind_shareFunction · 0.85

Tested by

no test coverage detected