(sourcePath)
| 655 | } |
| 656 | |
| 657 | function sourceContentSha256(sourcePath) { |
| 658 | return crypto.createHash("sha256").update(fs.readFileSync(sourcePath)).digest("hex"); |
| 659 | } |
| 660 | |
| 661 | function importedThreadIdForSource(sourcePath) { |
| 662 | const ledgerPath = path.join(resolveCodexHome(), "external_agent_session_imports.json"); |
no outgoing calls
no test coverage detected