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

Method ToString

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

Source from the content-addressed store, hash-verified

211
212 bool IsRange() const override { return m_provider->IsRange(); }
213 std::string ToString() const override { return m_fn_name + "(" + m_provider->ToString() + ")"; }
214 bool ToPrivateString(const SigningProvider& arg, std::string& out) const override
215 {
216 std::string ret;

Callers

nothing calls this directly

Calls 1

ToStringMethod · 0.45

Tested by

no test coverage detected