MCPcopy Create free account
hub / github.com/TombEngine/TombEngine / ToLower

Function ToLower

TombEngine/Specific/trutils.cpp:93–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91 }
92
93 std::string ToLower(std::string string)
94 {
95 std::transform(string.begin(), string.end(), string.begin(), [](unsigned char c) { return std::tolower(c); });
96 return string;
97 }
98
99 std::string ToString(const std::wstring& wString)
100 {

Callers 6

DrawExaminesMethod · 0.85
ArgEqualsFunction · 0.85
Sound_TrackIsPlayingFunction · 0.85
IsVideoPlayingFunction · 0.85
GetLevelNumberMethod · 0.85

Calls 2

beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected