MCPcopy Index your code
hub / github.com/github/awesome-copilot / getSkillRootPath

Function getSkillRootPath

website/src/scripts/modal.ts:132–134  ·  view source on GitHub ↗
(filePath: string)

Source from the content-addressed store, hash-verified

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

Callers 1

getSkillItemByFilePathFunction · 0.85

Calls 1

getCollectionRootPathFunction · 0.85

Tested by

no test coverage detected