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

Function capsulesPath

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

Source from the content-addressed store, hash-verified

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'); }
209function capsulesJsonlPath() { return path.join(getGepAssetsDir(), 'capsules.jsonl'); }
210function eventsPath() { return path.join(getGepAssetsDir(), 'events.jsonl'); }
211function candidatesPath() { return path.join(getGepAssetsDir(), 'candidates.jsonl'); }

Callers 4

loadCapsulesFunction · 0.85
appendCapsuleFunction · 0.85
upsertCapsuleFunction · 0.85
ensureAssetFilesFunction · 0.85

Calls 1

getGepAssetsDirFunction · 0.85

Tested by

no test coverage detected