pub fn ki_records(
ctx: &GateCtx,
args: &[String],
) -> Result<Vec<Utf8PathBuf>, GateError>Expand description
Every known-issue record the instance carries, unfiltered.
Unfiltered because the same records are support for
suppression-names-its-case. A gate judging a record’s own text calls
ki_records_judged.
§Errors
GateError::Io naming the root that could not be read.