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

Method IsRange

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

Source from the content-addressed store, hash-verified

207 return true;
208 }
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

Callers

nothing calls this directly

Calls 1

IsRangeMethod · 0.45

Tested by

no test coverage detected