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