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

Method ~String

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

Source from the content-addressed store, hash-verified

151 SetupSso(&Data, SsoBuffer);
152 };
153 ~String() {
154 Free(&Data);
155 }
156 String(const TChar* Str) : String(Str, Length(Str)) {
157 }
158 String(const TChar* Str, size_t StrLength) : String() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected