()
| 203 | |
| 204 | function getDefaultCapsules() { return { version: 1, capsules: [] }; } |
| 205 | function genesPath() { return path.join(getGepAssetsDir(), 'genes.json'); } |
| 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'); } |
no test coverage detected