MCPcopy Index your code
hub / github.com/Microck/opencode-studio / getActiveSkillDir

Function getActiveSkillDir

server/index.js:2367–2370  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2365});
2366
2367const getActiveSkillDir = () => {
2368 const cp = getConfigPath();
2369 return cp ? path.join(path.dirname(cp), 'skill') : null;
2370};
2371
2372app.get('/api/skills', (req, res) => {
2373 const studio = loadStudioConfig();

Callers 3

index.jsFile · 0.85
buildBackupDataFunction · 0.85
restoreFromBackupFunction · 0.85

Calls 1

getConfigPathFunction · 0.85

Tested by

no test coverage detected