Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/beefytech/Beef
/ MakeUpper
Method
MakeUpper
BeefySysLib/Common.cpp:69–73 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
67
}
68
69
void Beefy::MakeUpper(StringImpl& theString)
70
{
71
for (int i = 0; i < (int)theString.length(); ++i)
72
theString[i] = toupper(theString[i]);
73
}
74
75
UTF16String Beefy::ToUpper(const UTF16String& theString)
76
{
Callers
nothing calls this directly
Calls
1
length
Method · 0.45
Tested by
no test coverage detected