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

Function getHubUrl

src/gep/cliContracts.js:1125–1129  ·  view source on GitHub ↗
(deps)

Source from the content-addressed store, hash-verified

1123}
1124
1125function getHubUrl(deps) {
1126 if (deps.hubUrl) return deps.hubUrl;
1127 const a2a = deps.a2a || require('./a2aProtocol');
1128 return typeof a2a.getHubUrl === 'function' ? a2a.getHubUrl() : process.env.A2A_HUB_URL;
1129}
1130
1131function getHubNodeSecret(deps) {
1132 if (deps.nodeSecret !== undefined) return deps.nodeSecret;

Callers 15

mainFunction · 0.85
_extractLLMFunction · 0.85
publishSkillToHubFunction · 0.85
updateSkillOnHubFunction · 0.85
fetchAssetByIdFunction · 0.85
postEnvelopeFunction · 0.85
resolveHubUrlFunction · 0.85
resolveHubUrlFunction · 0.85
_hubPostFunction · 0.85
_hubGetFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected