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

Method __Compare

src/String.cpp:2529–2532  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2527 }
2528
2529 int __Compare(const hx::Object *inRHS) const HXCPP_OVERRIDE
2530 {
2531 return mValue.compare( const_cast<hx::Object*>(inRHS)->toString() );
2532 }
2533
2534 hx::Val __Field(const String &inString, hx::PropertyAccess inCallProp) HXCPP_OVERRIDE
2535 {

Callers

nothing calls this directly

Calls 2

compareMethod · 0.45
toStringMethod · 0.45

Tested by

no test coverage detected