MCPcopy Create free account
hub / github.com/cortexkit/magic-context / getLogPath

Method getLogPath

packages/cli/src/adapters/opencode.ts:216–218  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

214 }
215
216 getLogPath(): string {
217 return getMagicContextLogPath("opencode");
218 }
219
220 getInstalledPluginVersion(): string | null {
221 // Look in OpenCode's plugin cache for the installed package version.

Callers

nothing calls this directly

Calls 1

getMagicContextLogPathFunction · 0.90

Tested by

no test coverage detected