MCPcopy Create free account
hub / github.com/asmuth/clip / hexPrint

Method hexPrint

src/utils/stringutil.cc:395–402  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

393}
394
395std::string StringUtil::hexPrint(
396 const void* data,
397 size_t size,
398 bool sep /* = true */,
399 bool reverse /* = fase */) {
400 Buffer buf(data, size);
401 return BufferUtil::hexPrint(&buf, sep, reverse);
402}
403
404std::basic_string<char32_t> StringUtil::convertUTF8To32(
405 const std::basic_string<char>& str) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected