github.com/TrueBlocks/trueblocks-core/src/apps/chifra@v0.0.0-20241022031540-b362680128f7/internal/chunks/doc.go (about)

     1  // Copyright 2016, 2024 The TrueBlocks Authors. All rights reserved.
     2  // Use of this source code is governed by a license that can
     3  // be found in the LICENSE file.
     4  /*
     5   * Parts of this file were auto generated. Edit only those parts of
     6   * the code inside of 'EXISTING_CODE' tags.
     7   */
     8  
     9  // chunksPkg implements the chifra chunks command.
    10  //
    11  // The chifra chunks routine provides tools for interacting with, checking the validity of, cleaning up,
    12  // and analyzing the Unchained Index. It provides options to list pins, the Manifest, summary data
    13  // on the index, Bloom filters, addresses, and appearances. While still in its early stages, this
    14  // tool will eventually allow users to clean their local index, clean their remote index, study
    15  // the indexes, etc. Stay tuned.
    16  package chunksPkg