MCPcopy Create free account
hub / github.com/ElementsProject/elements / AddChecksum

Function AddChecksum

src/script/descriptor.cpp:143–143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

141}
142
143std::string AddChecksum(const std::string& str) { return str + "#" + DescriptorChecksum(str); }
144
145////////////////////////////////////////////////////////////////////////////
146// Internal representation //

Callers 3

ToStringMethod · 0.85
ToPrivateStringMethod · 0.85
ToNormalizedStringMethod · 0.85

Calls 1

DescriptorChecksumFunction · 0.85

Tested by

no test coverage detected