MCPcopy Create free account
hub / github.com/BTCGPU/BTCGPU / ToString

Method ToString

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

Source from the content-addressed store, hash-verified

299
300 bool IsRange() const override { return m_descriptor->IsRange(); }
301 std::string ToString() const override { return m_fn_name + "(" + m_descriptor->ToString() + ")"; }
302 bool ToPrivateString(const SigningProvider& arg, std::string& out) const override
303 {
304 std::string ret;

Callers

nothing calls this directly

Calls 1

ToStringMethod · 0.45

Tested by

no test coverage detected