MCPcopy Create free account
hub / github.com/Redot-Engine/redot-engine / set_query

Method set_query

core/string/fuzzy_search.cpp:271–273  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

269}
270
271void FuzzySearch::set_query(const String &p_query) {
272 set_query(p_query, !p_query.is_lowercase());
273}
274
275void FuzzySearch::set_query(const String &p_query, bool p_case_sensitive) {
276 tokens.clear();

Callers 4

_update_script_namesMethod · 0.80

Calls 6

is_lowercaseMethod · 0.80
splitMethod · 0.80
to_lowerMethod · 0.80
sizeMethod · 0.65
clearMethod · 0.45
appendMethod · 0.45

Tested by

no test coverage detected