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

Method GetConstData

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

Source from the content-addressed store, hash-verified

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
330 VOID Clear() {

Callers 1

operator +Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected