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

Method containsn

core/string/ustring.h:610–610  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

608 _FORCE_INLINE_ bool contains(const String &p_str) const { return find(p_str) != -1; }
609 _FORCE_INLINE_ bool contains_char(char32_t p_chr) const { return find_char(p_chr) != -1; }
610 _FORCE_INLINE_ bool containsn(const char *p_str) const { return findn(p_str) != -1; }
611 _FORCE_INLINE_ bool containsn(const String &p_str) const { return findn(p_str) != -1; }
612
613 /// @name Path Functions

Callers 15

_get_property_listMethod · 0.80
ConfigMethod · 0.80
is_valid_pathMethod · 0.80
_filter_method_listMethod · 0.80
_update_items_treeMethod · 0.80
sort_projectsMethod · 0.80
_update_searchMethod · 0.80
_update_options_menuMethod · 0.80
_teststrFunction · 0.80

Calls

no outgoing calls

Tested by 2

_property_path_matchesFunction · 0.64