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

Function isFullNodeSecretTupleUpdate

src/proxy/mailbox/state.js:100–102  ·  view source on GitHub ↗
(updatedSet)

Source from the content-addressed store, hash-verified

98}
99
100function isFullNodeSecretTupleUpdate(updatedSet) {
101 return Boolean(updatedSet) && MAILBOX_NODE_SECRET_TUPLE_KEYS.every((key) => updatedSet.has(key));
102}
103
104function canApplyPartialNodeSecretTupleWrite(key, disk, next) {
105 if (key !== 'node_secret_version') return false;

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected