MCPcopy Create free account
hub / github.com/apache/trafficserver / Hex

Method Hex

include/cripts/Crypto.hpp:78–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76 Digest(size_t len) : _length(len) { TSAssert(len <= EVP_MAX_MD_SIZE); }
77
78 [[nodiscard]] cripts::string
79 Hex() const
80 {
81 return ts::hex({reinterpret_cast<const char *>(_hash), _length});
82 }
83
84 operator cripts::string() const { return Hex(); }
85

Callers 2

formatMethod · 0.45
formatMethod · 0.45

Calls 1

hexFunction · 0.85

Tested by

no test coverage detected