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

Function _stateFile

src/gep/validator/stakeBootstrap.js:101–101  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

99
100// Lazy via paths.getEvomapPath() — honors EVOLVER_HOME (#114).
101function _stateFile() { return getEvomapPath('validator_stake_state.json'); }
102
103let _stateLoaded = false;
104

Callers 4

_loadStateFromDiskFunction · 0.70
_persistStateFunction · 0.70
_resetStateForTestsFunction · 0.70
STATE_FILEFunction · 0.70

Calls 1

getEvomapPathFunction · 0.85

Tested by

no test coverage detected