Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/covscript/covscript
/ tolower
Function
tolower
sources/instance/type_ext.cpp:502–505 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
500
}
501
502
char tolower(char c)
503
{
504
return std::tolower(c);
505
}
506
507
char toupper(char c)
508
{
Callers
1
covscript_main
Function · 0.85
Calls
1
move
Function · 0.50
Tested by
no test coverage detected