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

Method set

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

Source from the content-addressed store, hash-verified

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); }
340
341 /// Resizes the string. The given size must include the null terminator.
342 /// New characters are not initialized, and should be set by the caller.

Callers 6

operator=Method · 0.45
setMethod · 0.45
StringNameMethod · 0.45
add_messageMethod · 0.45
_get_message_listMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected