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

Function createWeixinServeCodexAuthManager

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

Source from the content-addressed store, hash-verified

972}
973
974function createWeixinServeCodexAuthManager(stateDir: string) {
975 return new CodexAccountManager({
976 rootDir: codexLoginStateDir(stateDir),
977 });
978}
979
980function createWeixinServeCodexGoalManager(stateDir: string) {
981 return new CodexGoalManager({

Callers 4

cli.test.tsFile · 0.85
runWeixinServeFunction · 0.85
runCodexNativeApiServeFunction · 0.85

Calls 1

codexLoginStateDirFunction · 0.85

Tested by

no test coverage detected