| 41 | const resourceDataCache: Record<string, ResourceData | null> = {}; |
| 42 | |
| 43 | interface SkillFile { |
| 44 | name: string; |
| 45 | path: string; |
| 46 | } |
| 47 | |
| 48 | interface SkillItem extends ResourceItem { |
| 49 | id: string; |
nothing calls this directly
no outgoing calls
no test coverage detected