MCPcopy Create free account
hub / github.com/chen3feng/toft / UpperString

Function UpperString

base/string/algorithm.h:279–284  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

277}
278
279inline std::string UpperString(const StringPiece& s)
280{
281 std::string res = s.as_string();
282 StringToUpper(&res);
283 return res;
284}
285
286inline std::string LowerString(const StringPiece& s)
287{

Callers 1

TESTFunction · 0.85

Calls 2

StringToUpperFunction · 0.85
as_stringMethod · 0.80

Tested by 1

TESTFunction · 0.68