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

Function getActivePluginDir

server/index.js:2520–2523  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2518});
2519
2520const getActivePluginDir = () => {
2521 const cp = getConfigPath();
2522 return cp ? path.join(path.dirname(cp), 'plugin') : null;
2523};
2524
2525const aggregatePlugins = () => {
2526 const pluginMap = new Map();

Callers 3

index.jsFile · 0.85
buildBackupDataFunction · 0.85
restoreFromBackupFunction · 0.85

Calls 1

getConfigPathFunction · 0.85

Tested by

no test coverage detected