Write update index entries for a newly connected block.

Synopsis

Declared in <index/base.h>

[[nodiscard]]
virtual
bool
CustomAppend(interfaces::BlockInfo const& block);

Return Value

True on success.

Note

The return value should not be discarded.

Parameters

Name

Description

block

Information about the block being appended.

Created with MrDocs