Skip to main content

ki_records

Function ki_records 

Source
pub fn ki_records(
    ctx: &GateCtx,
    args: &[String],
) -> Result<Vec<Utf8PathBuf>, GateError>
Expand description

Every known-issue record under the resolved roots, repository-relative.

A root that is not there is a zone the repository does not keep, and it is skipped. Every other failure is raised: a directory the process cannot read holds records this returns none of, and reporting that as an empty zone would read as a clean review.

ยงErrors

crate::gates::GateError::Io when a present root cannot be listed.