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

Function LowerString

base/string/algorithm.h:286–291  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

284}
285
286inline std::string LowerString(const StringPiece& s)
287{
288 std::string res = s.as_string();
289 StringToLower(&res);
290 return res;
291}
292
293} // namespace toft
294

Callers 1

TESTFunction · 0.85

Calls 2

StringToLowerFunction · 0.85
as_stringMethod · 0.80

Tested by 1

TESTFunction · 0.68