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

Method clear

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

Source from the content-addressed store, hash-verified

334 void remove_at(int p_index) { _cowdata.remove_at(p_index); }
335
336 _FORCE_INLINE_ void clear() { resize_uninitialized(0); }
337
338 _FORCE_INLINE_ char32_t get(int p_index) const { return _cowdata.get(p_index); }
339 _FORCE_INLINE_ void set(int p_index, const char32_t &p_elem) { _cowdata.set(p_index, p_elem); }

Callers 5

generateMethod · 0.45
set_queryMethod · 0.45
search_allMethod · 0.45
_get_plural_indexMethod · 0.45
add_plural_messageMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected