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

Method contains

include/stringzilla/stringzilla.hpp:3168–3168  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3166#pragma region Matching Substrings
3167
3168 bool contains(string_view other) const noexcept { return view().contains(other); }
3169 bool contains(value_type character) const noexcept { return view().contains(character); }
3170 bool contains(const_pointer other) const noexcept { return view().contains(other); }
3171

Callers 3

test_fuzzy_substringsFunction · 0.45
test_ascii_utilitiesFunction · 0.45

Calls

no outgoing calls

Tested by 3

test_fuzzy_substringsFunction · 0.36
test_ascii_utilitiesFunction · 0.36