Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BernardoGiordano/Checkpoint
/ trim
Method
trim
common/common.cpp:106–110 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
104
}
105
106
void StringUtils::trim(std::string& s)
107
{
108
ltrim(s);
109
rtrim(s);
110
}
111
112
char* getConsoleIP(void)
113
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected