MCPcopy Create free account
hub / github.com/EvoMap/evolver / genesPath

Function genesPath

src/gep/assetStore.js:205–205  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

203
204function getDefaultCapsules() { return { version: 1, capsules: [] }; }
205function genesPath() { return path.join(getGepAssetsDir(), 'genes.json'); }
206function genesSeedPath() { return path.join(getBundledGepAssetsDir(), 'genes.seed.json'); }
207function bundledGenesPath() { return path.join(getBundledGepAssetsDir(), 'genes.json'); }
208function capsulesPath() { return path.join(getGepAssetsDir(), 'capsules.json'); }

Callers 5

assetStore.test.jsFile · 0.85
ensureGenesSeededFunction · 0.85
loadGenesFunction · 0.85
upsertGeneFunction · 0.85
ensureAssetFilesFunction · 0.85

Calls 1

getGepAssetsDirFunction · 0.85

Tested by

no test coverage detected