Module tvix_store::pathinfoservice::redb

source ·

Structs§

  • PathInfoService implementation using redb under the hood. redb stores all of its data in a single file with a K/V pointing from a path’s output hash to its corresponding protobuf-encoded PathInfo.

Constants§

Functions§

  • Ensures all tables are present. Opens a write transaction and calls open_table on PATHINFO_TABLE, which will create it if not present.