Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenFodder/openfodder
/ str_to_lower
Function
str_to_lower
Source/Parameters.cpp:348–351 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
346
}
347
348
std::string str_to_lower(std::string pStr) {
349
std::transform(pStr.begin(), pStr.end(), pStr.begin(), ::tolower);
350
return pStr;
351
}
352
353
bool sFodderParameters::ProcessINI() {
354
Callers
1
ProcessINI
Method · 0.85
Calls
2
begin
Method · 0.45
end
Method · 0.45
Tested by
no test coverage detected