MCPcopy Create free account
hub / github.com/CreminiAI/skillpack / configExists

Function configExists

src/pack-config.ts:144–146  ·  view source on GitHub ↗
(workDir: string)

Source from the content-addressed store, hash-verified

142}
143
144export function configExists(workDir: string): boolean {
145 return fs.existsSync(getPackPath(workDir));
146}

Callers 3

runCommandFunction · 0.85
initFromConfigFunction · 0.85
interactiveCreateFunction · 0.85

Calls 1

getPackPathFunction · 0.85

Tested by

no test coverage detected