MCPcopy Create free account
hub / github.com/blizzard4591/openMittsu / convert

Method convert

src/utility/ByteArrayToHexString.h:16–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14 }
15
16 static QString convert(QByteArray const& sourceBytes) {
17 QString resultHex;
18 for (int i = 0; i < sourceBytes.size(); ++i) {
19 resultHex.append(charToHexString(sourceBytes.at(i)));
20 }
21 return resultHex;
22 }
23 private:
24 ByteArrayToHexString() {}
25 virtual ~ByteArrayToHexString() {}

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected