The classification mirrored into the manifest `IntentSummary.kind` — the exact field `intent list`/`show` read without lifting.
(repo: &Repository, id: &str)
| 256 | /// The classification mirrored into the manifest `IntentSummary.kind` — the |
| 257 | /// exact field `intent list`/`show` read without lifting. |
| 258 | fn manifest_kind(repo: &Repository, id: &str) -> String { |
| 259 | repo.vault_manifest() |
| 260 | .unwrap() |
| 261 | .intents |
| 262 | .get(id) |
| 263 | .unwrap() |
| 264 | .kind |
| 265 | .clone() |
| 266 | } |
| 267 | |
| 268 | #[test] |
| 269 | fn new_defaults_to_feature() { |
nothing calls this directly
no test coverage detected