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

Function _get

src/atp/hubClient.js:156–161  ·  view source on GitHub ↗
(proxyPath, hubPath, timeoutMs)

Source from the content-addressed store, hash-verified

154}
155
156function _get(proxyPath, hubPath, timeoutMs) {
157 if (_isProxyMode() && getProxyUrl()) {
158 return _proxyRequest('GET', proxyPath, null, timeoutMs);
159 }
160 return _hubGet(hubPath, timeoutMs);
161}
162
163/**
164 * POST /a2a/atp/order -- place an ATP order with routing

Callers 4

getMerchantTierFunction · 0.85
getOrderStatusFunction · 0.85
listProofsFunction · 0.85
getAtpPolicyFunction · 0.85

Calls 4

_isProxyModeFunction · 0.85
getProxyUrlFunction · 0.85
_proxyRequestFunction · 0.85
_hubGetFunction · 0.85

Tested by

no test coverage detected