MCPcopy Create free account
hub / github.com/bitcoin/bitcoin / IsSolvable

Method IsSolvable

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

Source from the content-addressed store, hash-verified

1163public:
1164 RawDescriptor(CScript script) : DescriptorImpl({}, "raw"), m_script(std::move(script)) {}
1165 bool IsSolvable() const final { return false; }
1166
1167 std::optional<OutputType> GetOutputType() const override
1168 {

Callers 4

IsSolvableMethod · 0.45
DoCheckFunction · 0.45
TestDescriptorFunction · 0.45
getdescriptorinfoFunction · 0.45

Calls

no outgoing calls

Tested by 2

DoCheckFunction · 0.36
TestDescriptorFunction · 0.36