Module index_names

Source
Expand description

Information for the chunk about index names

Modules§

decode

Constants§

ID
The ID used for the index-names chunk.

Functions§

from_bytes
Parse null-separated index names from the given chunk of bytes and the expected number of packs and indices. Ignore padding bytes which are typically \0.
storage_size
Calculate the size on disk for our chunk with the given index paths. Note that these are expected to have been processed already to actually be file names.
write
Write all paths in order to out, including padding.