MCPcopy Create free account
hub / github.com/SakuraEngine/SakuraEngine / ptrw

Method ptrw

modules/gui/gui/src/backend/text_server/ustring.h:227–227  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

225 };
226
227 _FORCE_INLINE_ char32_t* ptrw() { return _cowdata.ptrw(); }
228 _FORCE_INLINE_ const char32_t* ptr() const { return _cowdata.ptr(); }
229
230 void remove_at(int p_index) { _cowdata.remove_at(p_index); }

Callers 15

copy_fromMethod · 0.95
ptrwMethod · 0.45
ptrwMethod · 0.45
xformMethod · 0.45
xform_invMethod · 0.45
num_int64Method · 0.45
num_uint64Method · 0.45
repeatMethod · 0.45
validate_identifierMethod · 0.45
xml_unescapeMethod · 0.45
to_ascii_bufferMethod · 0.45
to_utf8_bufferMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected