MCPcopy Create free account
hub / github.com/ashvardanian/StringZilla / sz_equal

Function sz_equal

c/stringzilla.c:435–437  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

433}
434
435SZ_DYNAMIC sz_bool_t sz_equal(sz_cptr_t a, sz_cptr_t b, sz_size_t length) {
436 return sz_dispatch_table.equal(a, b, length);
437}
438
439SZ_DYNAMIC sz_ordering_t sz_order(sz_cptr_t a, sz_size_t a_length, sz_cptr_t b, sz_size_t b_length) {
440 return sz_dispatch_table.order(a, a_length, b, b_length);

Callers 4

Str_like_equalFunction · 0.50
Strs_inFunction · 0.50
sz_find_neon_too_smartFunction · 0.50
equalAPIFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…