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

Method GetUpperCase

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

Source from the content-addressed store, hash-verified

344 return Str;
345 }
346 inline String GetUpperCase() const {
347 String Str(*this);
348 Str.ToUpperCase();
349 return Str;
350 }
351
352 static bool Matches(const TChar* Str, const TChar* Mask) {
353 /*

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected