(filePath: string)
| 130 | } |
| 131 | |
| 132 | function getSkillRootPath(filePath: string): string | null { |
| 133 | return getCollectionRootPath(filePath, "skills"); |
| 134 | } |
| 135 | |
| 136 | async function getSkillsData(): Promise<SkillsData | null> { |
| 137 | if (skillsCache === undefined) { |
no test coverage detected