Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
144
export
function
configExists(workDir: string): boolean {
145
return
fs.existsSync(getPackPath(workDir));
146
}
Callers
3
runCommand
Function · 0.85
initFromConfig
Function · 0.85
interactiveCreate
Function · 0.85
Calls
1
getPackPath
Function · 0.85
Tested by
no test coverage detected