Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/asmuth/clip
/ toString
Method
toString
src/utils/stringutil.cc:25–27 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
23
24
template <>
25
std::string StringUtil::toString(std::string value) {
26
return value;
27
}
28
29
template <>
30
std::string StringUtil::toString(const char* value) {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected