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

Function getHubNodeSecretVersionSafe

src/gep/cliContracts.js:998–1004  ·  view source on GitHub ↗
(a2a)

Source from the content-addressed store, hash-verified

996}
997
998function getHubNodeSecretVersionSafe(a2a) {
999 try {
1000 return typeof a2a.getHubNodeSecretVersion === 'function' ? a2a.getHubNodeSecretVersion() : null;
1001 } catch (_) {
1002 return null;
1003 }
1004}
1005
1006function buildHubHeadersSafe(a2a) {
1007 try {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected