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

Function getStatePath

src/gep/selfPR.js:135–137  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

133}
134
135function getStatePath() {
136 return path.join(getEvolutionDir(), STATE_FILE);
137}
138
139function readState() {
140 try {

Callers 2

readStateFunction · 0.70
writeStateFunction · 0.70

Calls 1

getEvolutionDirFunction · 0.85

Tested by

no test coverage detected