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

Function sz_rfind_byteset

c/stringzilla.c:479–481  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

477}
478
479SZ_DYNAMIC sz_cptr_t sz_rfind_byteset(sz_cptr_t text, sz_size_t length, sz_byteset_t const *set) {
480 return sz_dispatch_table.rfind_byteset(text, length, set);
481}
482
483SZ_DYNAMIC sz_status_t sz_pgrams_sort(sz_pgram_t *array, sz_size_t count, sz_memory_allocator_t *alloc,
484 sz_size_t *order) {

Callers 4

Str_like_rstripFunction · 0.50
Str_like_stripFunction · 0.50
rfind_bytesetFunction · 0.50
findLastByteFromAPIFunction · 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…