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

Function getCodexAuthPath

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

Source from the content-addressed store, hash-verified

205 * Get path to Codex auth file
206 */
207export function getCodexAuthPath(): string {
208 return path.join(getCodexConfigDir(), CODEX_AUTH_FILENAME);
209}
210
211/**
212 * Get the Claude configuration directory path

Calls 1

getCodexConfigDirFunction · 0.85

Tested by

no test coverage detected