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

Function sz_order

c/stringzilla.c:439–441  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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);
441}
442
443SZ_DYNAMIC void sz_copy(sz_ptr_t target, sz_cptr_t source, sz_size_t length) {
444 sz_dispatch_table.copy(target, source, length);

Callers 7

Str_richcompareFunction · 0.85
Strs_richcompareFunction · 0.85
compareAPIFunction · 0.85
compareMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…