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

Function _nodeSecretFile

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

Source from the content-addressed store, hash-verified

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 = [
12 'A2A_NODE_ID',

Callers 2

captureNodeIdentityFunction · 0.85
captureLocalStatePathsFunction · 0.85

Calls 1

getEvomapDirFunction · 0.85

Tested by

no test coverage detected