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

Function getSkillsData

website/src/scripts/modal.ts:136–142  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

134}
135
136async function getSkillsData(): Promise<SkillsData | null> {
137 if (skillsCache === undefined) {
138 skillsCache = await fetchData<SkillsData>("skills.json");
139 }
140
141 return skillsCache;
142}
143
144async function getSkillItemByFilePath(
145 filePath: string

Callers 1

getSkillItemByFilePathFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected