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

Method Clone

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

Source from the content-addressed store, hash-verified

1451 }
1452
1453 std::unique_ptr<DescriptorImpl> Clone() const override
1454 {
1455 return std::make_unique<SHDescriptor>(m_subdescriptor_args.at(0)->Clone());
1456 }
1457};
1458
1459/** A parsed wsh(...) descriptor. */

Callers

nothing calls this directly

Calls 2

CloneMethod · 0.45
atMethod · 0.45

Tested by

no test coverage detected