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

Method span

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

Source from the content-addressed store, hash-verified

330
331 _FORCE_INLINE_ operator Span<char32_t>() const { return Span(ptr(), length()); }
332 _FORCE_INLINE_ Span<char32_t> span() const { return Span(ptr(), length()); }
333
334 void remove_at(int p_index) { _cowdata.remove_at(p_index); }
335

Callers 15

_update_dirty_nodesMethod · 0.45
_notificationMethod · 0.45
bsearchMethod · 0.45
_set_new_tag_nameMethod · 0.45
merge_methodsFunction · 0.45
merge_constantsFunction · 0.45
merge_propertiesFunction · 0.45
merge_theme_propertiesFunction · 0.45
merge_operatorsFunction · 0.45
flushMethod · 0.45
runMethod · 0.45

Calls 1

SpanClass · 0.50

Tested by

no test coverage detected