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

Method ToString

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

Source from the content-addressed store, hash-verified

209 bool IsRange() const override { return m_provider->IsRange(); }
210 size_t GetSize() const override { return m_provider->GetSize(); }
211 std::string ToString() const override { return "[" + OriginString() + "]" + m_provider->ToString(); }
212 bool ToPrivateString(const SigningProvider& arg, std::string& ret) const override
213 {
214 std::string sub;

Callers

nothing calls this directly

Calls 1

ToStringMethod · 0.45

Tested by

no test coverage detected