()
| 206 | function genesSeedPath() { return path.join(getBundledGepAssetsDir(), 'genes.seed.json'); } |
| 207 | function bundledGenesPath() { return path.join(getBundledGepAssetsDir(), 'genes.json'); } |
| 208 | function capsulesPath() { return path.join(getGepAssetsDir(), 'capsules.json'); } |
| 209 | function capsulesJsonlPath() { return path.join(getGepAssetsDir(), 'capsules.jsonl'); } |
| 210 | function eventsPath() { return path.join(getGepAssetsDir(), 'events.jsonl'); } |
| 211 | function candidatesPath() { return path.join(getGepAssetsDir(), 'candidates.jsonl'); } |
no test coverage detected