Skip to main content

Module state

Module state 

Source
Expand description

Persistent registry, cache, and transaction journal state.

Registry updates are serialized under an exclusive lock and committed atomically. Public read APIs return an empty default document when no registry exists, while malformed or semantically invalid files are reported as parse errors.

Structs§

RegistryDocument
Versioned persistent record of managed installations.

Functions§

read_registry
Read managed installation entries, returning an empty list when no registry exists.
read_registry_document
Read and validate the complete persistent registry document.