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

Function candidatesPath

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

Source from the content-addressed store, hash-verified

209function capsulesJsonlPath() { return path.join(getGepAssetsDir(), 'capsules.jsonl'); }
210function eventsPath() { return path.join(getGepAssetsDir(), 'events.jsonl'); }
211function candidatesPath() { return path.join(getGepAssetsDir(), 'candidates.jsonl'); }
212function externalCandidatesPath() { return path.join(getGepAssetsDir(), 'external_candidates.jsonl'); }
213function failedCapsulesPath() { return path.join(getGepAssetsDir(), 'failed_capsules.json'); }
214function pendingSignalsPath() { return path.join(getGepAssetsDir(), 'pending_signals.json'); }

Callers 4

assetStore.test.jsFile · 0.85
appendCandidateJsonlFunction · 0.85
readRecentCandidatesFunction · 0.85
ensureAssetFilesFunction · 0.85

Calls 1

getGepAssetsDirFunction · 0.85

Tested by

no test coverage detected