MCPcopy Create free account
hub / github.com/tiann/hapi / resolvePluginDir

Function resolvePluginDir

cli/src/opencode/utils/hookPlugin.ts:122–124  ·  view source on GitHub ↗
(rootPath: string)

Source from the content-addressed store, hash-verified

120}
121
122function resolvePluginDir(rootPath: string): string {
123 return join(rootPath, 'plugins');
124}
125
126/**
127 * `rootPath` is a HAPI-managed directory only when it lives under

Callers 1

ensureOpencodeHookPluginFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected