Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/elements
/ IsSolvable
Method
IsSolvable
src/script/descriptor.cpp:698–698 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
696
public:
697
RawDescriptor(CScript script) : DescriptorImpl({},
"raw"
), m_script(std::move(script)) {}
698
bool IsSolvable() const final { return false; }
699
700
std::optional<OutputType> GetOutputType() const override
701
{
Callers
6
getaddressinfo
Function · 0.45
ProcessImportDescriptor
Function · 0.45
IsSolvable
Method · 0.45
DoCheck
Function · 0.45
FUZZ_TARGET_INIT
Function · 0.45
getdescriptorinfo
Function · 0.45
Calls
no outgoing calls
Tested by
2
DoCheck
Function · 0.36
FUZZ_TARGET_INIT
Function · 0.36