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

Method __HasField

src/hx/cppia/CppiaClasses.cpp:1717–1723  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1715 }
1716
1717 bool __HasField(const String &inName) HXCPP_OVERRIDE
1718 {
1719 if (inName==HX_CSTRING("__meta__"))
1720 return __meta__!=null();
1721
1722 return info->hasStaticValue(inName);
1723 }
1724
1725};
1726

Callers

nothing calls this directly

Calls 2

hasStaticValueMethod · 0.80
nullClass · 0.50

Tested by

no test coverage detected