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

Method stringCompare

src/hx/cppia/Cppia.cpp:7773–7776  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7771 #ifdef CPPIA_JIT
7772
7773 static int SLJIT_CALL stringCompare(String *s0, String *s1)
7774 {
7775 return s0->compare(*s1);
7776 }
7777
7778 static int SLJIT_CALL dynamicCompare(hx::Object *o0, hx::Object *o1)
7779 {

Callers

nothing calls this directly

Calls 1

compareMethod · 0.45

Tested by

no test coverage detected