Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bitcoin/bitcoin
/ Clone
Method
Clone
src/script/descriptor.cpp:1494–1497 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1492
}
1493
1494
std::unique_ptr<DescriptorImpl> Clone() const override
1495
{
1496
return std::make_unique<WSHDescriptor>(m_subdescriptor_args.at(0)->Clone());
1497
}
1498
};
1499
1500
/** A parsed tr(...) descriptor. */
Callers
nothing calls this directly
Calls
2
Clone
Method · 0.45
at
Method · 0.45
Tested by
no test coverage detected