MCPcopy 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
24template <>
25std::string StringUtil::toString(std::string value) {
26 return value;
27}
28
29template <>
30std::string StringUtil::toString(const char* value) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected