MCPcopy Create free account
hub / github.com/HoShiMin/Kernel-Bridge / GetSize

Method GetSize

Kernel-Bridge/API/StringsAPI.h:326–326  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

324
325 inline size_t GetLength() const { return Data.Length; };
326 inline size_t GetSize() const { return Data.BufferSize; }
327 inline const TChar* GetConstData() const { return Data.Buffer ? Data.Buffer : &NullChar; }
328 inline TChar* GetData() { return Data.Buffer ? Data.Buffer : NULL; };
329

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected