Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IgorWarzocha/howcode
/ getBundledSkillsPath
Function
getBundledSkillsPath
desktop/runtime-host/client-environment.ts:124–127 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
122
}
123
124
export
function
getBundledSkillsPath() {
125
const
resourcesPath = getElectronResourcesPath()
126
return
resourcesPath ? path.join(resourcesPath,
'resources'
,
'skills'
) :
''
127
}
Callers
1
ensureRuntimeHost
Function · 0.90
Calls
1
getElectronResourcesPath
Function · 0.85
Tested by
no test coverage detected