()
| 86 | const CURSOR_EXCLUDED_SKILL_PREFIX: &str = "skills/tracedecay-"; |
| 87 | |
| 88 | fn all_skill_files() -> impl Iterator<Item = &'static PluginFile> { |
| 89 | GENERATED_SKILL_FILES.iter() |
| 90 | } |
| 91 | |
| 92 | fn cursor_skill_files() -> impl Iterator<Item = &'static PluginFile> { |
| 93 | GENERATED_SKILL_FILES |
no outgoing calls
no test coverage detected