keysources: label() on keydb/online sources; neutral path in the XDG test

This commit is contained in:
Matthew Jackson
2026-06-23 09:09:06 -07:00
parent 7982d16225
commit a287e165bd
3 changed files with 13 additions and 5 deletions
+4
View File
@@ -319,6 +319,10 @@ impl KeySource for OnlineSource {
true
}
fn label(&self) -> &'static str {
"online"
}
fn errored(&self) -> bool {
self.errored
}