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

Method Clear

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

Source from the content-addressed store, hash-verified

328 inline TChar* GetData() { return Data.Buffer ? Data.Buffer : NULL; };
329
330 VOID Clear() {
331 Free(&Data);
332 SetupSso(&Data, SsoBuffer);
333 }
334
335 inline String<CHAR> GetAnsi() const;
336 inline String<WCHAR> GetWide() const;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected