Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EvoMap/evolver
/ assetStore.test.js
File
assetStore.test.js
test/assetStore.test.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
const
{ describe, it, beforeEach, afterEach } = require(
'node:test'
);
2
const
assert = require(
'node:assert/strict'
);
3
const
fs = require(
'fs'
);
4
const
os = require(
'os'
);
Callers
nothing calls this directly
Calls
15
readRecentCandidates
Function · 0.85
candidatesPath
Function · 0.85
appendCandidateJsonl
Function · 0.85
ensureAssetFiles
Function · 0.85
loadGenes
Function · 0.85
genesPath
Function · 0.85
eventsPath
Function · 0.85
readAllEvents
Function · 0.85
upsertCapsule
Function · 0.85
loadCapsules
Function · 0.85
upsertGene
Function · 0.85
getLastEventId
Function · 0.85
Tested by
no test coverage detected