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

Function captureLocalStatePaths

src/gep/localStateAwareness.js:224–233  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

222}
223
224function captureLocalStatePaths() {
225 return {
226 nodeIdFile: _nodeIdFile(),
227 nodeSecretFile: _nodeSecretFile(),
228 envFile: path.join(getRepoRoot(), '.env'),
229 memoryDir: getMemoryDir(),
230 evolutionDir: getEvolutionDir(),
231 skillsDir: getSkillsDir(),
232 };
233}
234
235module.exports = {
236 captureLocalState,

Callers 1

Calls 6

_nodeIdFileFunction · 0.85
_nodeSecretFileFunction · 0.85
getRepoRootFunction · 0.85
getMemoryDirFunction · 0.85
getEvolutionDirFunction · 0.85
getSkillsDirFunction · 0.85

Tested by

no test coverage detected