MCPcopy Create free account
hub / github.com/Gan-Xing/CodexBridge / codexLoginStateDir

Function codexLoginStateDir

src/cli.ts:970–972  ·  view source on GitHub ↗
(stateDir: string)

Source from the content-addressed store, hash-verified

968}
969
970function codexLoginStateDir(stateDir: string) {
971 return path.join(path.resolve(stateDir), 'runtime', 'codex-login');
972}
973
974function createWeixinServeCodexAuthManager(stateDir: string) {
975 return new CodexAccountManager({

Callers 2

cli.test.tsFile · 0.85

Calls 1

resolveMethod · 0.80

Tested by

no test coverage detected