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

Method ChainMan

src/kernel/bitcoinkernel_wrapper.h:1298–1301  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1296{
1297public:
1298 ChainMan(const Context& context, const ChainstateManagerOptions& chainman_opts)
1299 : UniqueHandle{btck_chainstate_manager_create(chainman_opts.get())}
1300 {
1301 }
1302
1303 bool ImportBlocks(const std::span<const std::string> paths)
1304 {

Callers

nothing calls this directly

Calls 2

getMethod · 0.45

Tested by

no test coverage detected