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

Function FieldMapHas

src/hx/Anon.cpp:35–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33
34
35bool FieldMapHas(FieldMap *inMap, const String &inName)
36{
37 return inMap && inMap->mPtr && __string_hash_exists(*inMap,inName);
38}
39
40
41#ifdef HXCPP_GC_GENERATIONAL

Callers

nothing calls this directly

Calls 1

__string_hash_existsFunction · 0.85

Tested by

no test coverage detected