Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/UsefulSoftwareCo/executor
/ resolvePluginConfigPath
Function
resolvePluginConfigPath
apps/local/src/executor.ts:49–49 ·
view source on GitHub ↗
(scopeDir: string)
Source
from the content-addressed store, hash-verified
47
};
48
49
const
resolvePluginConfigPath = (scopeDir: string): string => join(scopeDir,
"executor.jsonc"
);
50
51
// Plugins reach the host through two doors that compose:
52
// - `executor.config.ts`'s static tuple
Callers
1
loadLocalPlugins
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected