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

Method Concat

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

Source from the content-addressed store, hash-verified

110 }
111
112 bool Concat(const IN TChar* Str) {
113 return Concat(Str, Length(Str));
114 }
115
116 bool Concat(const IN TChar* Str, size_t StrLength) {
117 if (!StrLength) return true;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected