MCPcopy Index your code
hub / github.com/AutoMaker-Org/automaker / getOpenCodeAuthPath

Function getOpenCodeAuthPath

libs/platform/src/system-paths.ts:1331–1333  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1329 * Get path to OpenCode auth file
1330 */
1331export function getOpenCodeAuthPath(): string {
1332 return path.join(getOpenCodeConfigDir(), OPENCODE_AUTH_FILENAME);
1333}
1334
1335/**
1336 * Check if OpenCode CLI is installed and return its path

Calls 1

getOpenCodeConfigDirFunction · 0.85

Tested by

no test coverage detected