MCPcopy Create free account
hub / github.com/Zoo-Code-Org/Zoo-Code / getSkillKey

Method getSkillKey

src/services/skills/SkillsManager.ts:644–646  ·  view source on GitHub ↗
(name: string, source: string, mode?: string)

Source from the content-addressed store, hash-verified

642 }
643
644 private getSkillKey(name: string, source: string, mode?: string): string {
645 return `${source}:${mode || "generic"}:${name}`
646 }
647
648 private async setupFileWatchers(): Promise<void> {
649 // Skip if test environment is detected or VSCode APIs are not available

Callers 2

loadSkillMetadataMethod · 0.95
getSkillMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected