Skip to main content

Module path_status

Module path_status 

Source
Expand description

Per-view status annotations for paths that could not join a complete generation.

The path table contains only pending or failed annotations. Removing an annotation means assembly no longer reports a problem for that path; manifest membership remains the authority for whether the path is in a generation.

Structs§

PathStatus
One durable annotation from the per-view path_status derived table.
PathStatusStore
Owns the path-status table in one view’s derived SQLite database.
PathStatusSummary
Summary data for refresh-status responses: total counts plus a bounded, bytewise-ordered path list. This is internal response data, not a tool schema.

Enums§

PathState
The two path problem states exposed by view status.
PathStatusError

Constants§

VISIBLE_PATH_CAP
Maximum paths included in a refresh-status response; counts include paths beyond this limit.