()
| 112 | } |
| 113 | |
| 114 | function loadHubFetch() { |
| 115 | const evolverRoot = findEvolverRoot(); |
| 116 | return require(path.join(evolverRoot, 'src', 'gep', 'hubFetch')).hubFetch; |
| 117 | } |
| 118 | |
| 119 | async function recordToHub(outcome) { |
| 120 | const hubUrl = process.env.EVOMAP_HUB_URL || process.env.A2A_HUB_URL; |
no test coverage detected