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

Method IsSolvable

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

Source from the content-addressed store, hash-verified

533 };
534
535 bool IsSolvable() const override
536 {
537 for (const auto& arg : m_subdescriptor_args) {
538 if (!arg->IsSolvable()) return false;
539 }
540 return true;
541 }
542
543 bool IsRange() const final
544 {

Callers

nothing calls this directly

Calls 1

IsSolvableMethod · 0.45

Tested by

no test coverage detected