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

Method ToString

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

Source from the content-addressed store, hash-verified

333
334 bool IsRange() const override { return m_provider->IsRange(); }
335 std::string ToString() const override { return "combo(" + m_provider->ToString() + ")"; }
336 bool ToPrivateString(const SigningProvider& arg, std::string& out) const override
337 {
338 std::string ret;

Callers

nothing calls this directly

Calls 1

ToStringMethod · 0.45

Tested by

no test coverage detected