MCPcopy Create free account
hub / github.com/WasmEdge/WasmEdge / convertValVecToHexStr

Function convertValVecToHexStr

lib/common/hexstr.cpp:42–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40}
41
42void convertValVecToHexStr(Span<const uint8_t> Src, std::string &Dst,
43 const uint32_t Padding) {
44 convertBytesToHexStr(Src, Dst, Padding, true);
45}
46
47void convertHexStrToBytes(std::string_view Src, std::vector<uint8_t> &Dst,
48 uint32_t Padding, const bool IsLittleEndian) {

Callers

nothing calls this directly

Calls 1

convertBytesToHexStrFunction · 0.85

Tested by

no test coverage detected