Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AshampooSystems/boden
/ ltrim_copy
Function
ltrim_copy
framework/foundation/src/String.cpp:45–49 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
43
}
44
45
std::string ltrim_copy(std::string s)
46
{
47
ltrim(s);
48
return s;
49
}
50
51
std::string rtrim_copy(std::string s)
52
{
Callers
nothing calls this directly
Calls
1
ltrim
Function · 0.85
Tested by
no test coverage detected