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

Function failedCapsulesPath

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

Source from the content-addressed store, hash-verified

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'); }
215
216// Explicit signal injection channel. A user (or an external tool) can declare

Callers 4

assetStore.test.jsFile · 0.85
appendFailedCapsuleFunction · 0.85
readRecentFailedCapsulesFunction · 0.85
ensureAssetFilesFunction · 0.85

Calls 1

getGepAssetsDirFunction · 0.85

Tested by

no test coverage detected