()
| 651 | } |
| 652 | |
| 653 | function resolveCodexHome() { |
| 654 | return path.resolve(process.env.CODEX_HOME || path.join(os.homedir(), ".codex")); |
| 655 | } |
| 656 | |
| 657 | function sourceContentSha256(sourcePath) { |
| 658 | return crypto.createHash("sha256").update(fs.readFileSync(sourcePath)).digest("hex"); |
no outgoing calls
no test coverage detected