MCPcopy Create free account
hub / github.com/chen3feng/toft / EncodeAsString

Method EncodeAsString

encoding/hex.cpp:21–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19}
20
21std::string Hex::EncodeAsString(
22 const void* data, size_t size,
23 bool uppercase)
24{
25 std::string str;
26 EncodeTo(data, size, &str, uppercase);
27 return str;
28}
29
30} // namespace toft

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected