Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EmbeddedRPC/erpc
/ capitalize
Method
capitalize
erpcgen/src/JavaGenerator.cpp:922–926 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
920
}
921
922
string JavaGenerator::capitalize(string text)
923
{
924
text[0] = toupper(text[0]);
925
return text;
926
}
927
928
void JavaGenerator::makeFunctionsTemplateData()
929
{
Callers
3
to_pascal_case
Function · 0.80
to_pascal_case
Function · 0.80
_formVariableName
Method · 0.80
Calls
no outgoing calls
Tested by
2
to_pascal_case
Function · 0.64
to_pascal_case
Function · 0.64