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

Method __Field

src/String.cpp:2534–2537  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2532 }
2533
2534 hx::Val __Field(const String &inString, hx::PropertyAccess inCallProp) HXCPP_OVERRIDE
2535 {
2536 return mValue.__Field(inString, inCallProp);
2537 }
2538
2539
2540 String mValue;

Callers

nothing calls this directly

Calls 1

__FieldMethod · 0.45

Tested by

no test coverage detected