MCPcopy 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
124export function getBundledSkillsPath() {
125 const resourcesPath = getElectronResourcesPath()
126 return resourcesPath ? path.join(resourcesPath, 'resources', 'skills') : ''
127}

Callers 1

ensureRuntimeHostFunction · 0.90

Calls 1

getElectronResourcesPathFunction · 0.85

Tested by

no test coverage detected