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

Method sz_find_byte_from

rust/stringzilla.rs:3361–3363  ·  view source on GitHub ↗
(&self, needles: N)

Source from the content-addressed store, hash-verified

3359 }
3360
3361 fn sz_find_byte_from(&self, needles: N) -> Option<usize> {
3362 find_byte_from(self, needles)
3363 }
3364
3365 fn sz_rfind_byte_from(&self, needles: N) -> Option<usize> {
3366 rfind_byte_from(self, needles)

Callers 1

IndexAnyFunction · 0.80

Calls 1

find_byte_fromFunction · 0.85

Tested by

no test coverage detected