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

Method __HasField

src/hx/Anon.cpp:229–236  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

227}
228
229bool Anon_obj::__HasField(const String &inName)
230{
231 if (findFixed(inName)>=0)
232 return true;
233 if (!mFields.mPtr)
234 return false;
235 return __string_hash_exists(mFields,inName);
236}
237
238bool Anon_obj::__Remove(String inKey)
239{

Callers

nothing calls this directly

Calls 1

__string_hash_existsFunction · 0.85

Tested by

no test coverage detected