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

Method get

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

Source from the content-addressed store, hash-verified

154 Error resize(int p_size) { return _cowdata.resize(p_size); }
155
156 _FORCE_INLINE_ char get(int p_index) const { return _cowdata.get(p_index); }
157 _FORCE_INLINE_ void set(int p_index, const char& p_elem) { _cowdata.set(p_index, p_elem); }
158 _FORCE_INLINE_ const char& operator[](int p_index) const
159 {

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected