Expand description
Management of the current-epoch configuration.
The configuration is stored in a file named .epoch and contains only
the lightweight information needed for the CLI to switch between epochs
quickly:
- the numeric ID of the current epoch,
- a map of human-friendly tags to epoch IDs,
- a map of known epoch IDs to unloaded metadata (
EpochInfo).
The world data and all event logs belong to the individual epoch directories and are not part of this file.
Structs§
- Epoch
Config - The file written to .epochconfig that tells the CLI which epoch folder is the “current” one.