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

Method ptr

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

Source from the content-addressed store, hash-verified

150public:
151 _FORCE_INLINE_ char* ptrw() { return _cowdata.ptrw(); }
152 _FORCE_INLINE_ const char* ptr() const { return _cowdata.ptr(); }
153 _FORCE_INLINE_ int size() const { return _cowdata.size(); }
154 Error resize(int p_size) { return _cowdata.resize(p_size); }
155

Callers

nothing calls this directly

Calls 1

ptrMethod · 0.45

Tested by

no test coverage detected