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

Function sz_find_byteset

c/stringzilla.c:475–477  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

473}
474
475SZ_DYNAMIC sz_cptr_t sz_find_byteset(sz_cptr_t text, sz_size_t length, sz_byteset_t const *set) {
476 return sz_dispatch_table.find_byteset(text, length, set);
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);

Callers 4

Str_like_lstripFunction · 0.50
Str_like_stripFunction · 0.50
find_bytesetFunction · 0.50
findByteFromAPIFunction · 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…