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

Function _nodeIdFile

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

Source from the content-addressed store, hash-verified

6
7// Lazy resolution via paths.getEvomapDir() — honors EVOLVER_HOME (#114).
8function _nodeIdFile() { return path.join(getEvomapDir(), 'node_id'); }
9function _nodeSecretFile() { return path.join(getEvomapDir(), 'node_secret'); }
10
11const A2A_ENV_KEYS = [

Callers 2

captureNodeIdentityFunction · 0.85
captureLocalStatePathsFunction · 0.85

Calls 1

getEvomapDirFunction · 0.85

Tested by

no test coverage detected