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