MCPcopy Create free account
hub / github.com/cztomczak/cefpython / eq

Method eq

src/include/base/cef_string16.h:117–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115 static void assign(char_type& c1, const char_type& c2) { c1 = c2; }
116
117 static bool eq(const char_type& c1, const char_type& c2) { return c1 == c2; }
118 static bool lt(const char_type& c1, const char_type& c2) { return c1 < c2; }
119
120 static int compare(const char_type* s1, const char_type* s2, size_t n) {

Callers 1

kivy-selectBox.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected