MCPcopy Create free account
hub / github.com/ErrorAtLine0/infinipaint / GetLength

Method GetLength

include/vk_mem_alloc.h:5698–5698  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5696 ~VmaStringBuilder() = default;
5697
5698 size_t GetLength() const { return m_Data.size(); }
5699 // Returned string is not null-terminated!
5700 const char* GetData() const { return m_Data.data(); }
5701 void AddNewLine() { Add('\n'); }

Callers 2

vmaBuildStatsStringFunction · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected