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

Function checkOrder

src/atp/consumerAgent.js:99–101  ·  view source on GitHub ↗

* Check the status of an order. * @param {string} orderId * @returns {Promise<{ok: boolean, data?: object, error?: string}>}

(orderId)

Source from the content-addressed store, hash-verified

97 * @returns {Promise<{ok: boolean, data?: object, error?: string}>}
98 */
99async function checkOrder(orderId) {
100 return getOrderStatus(orderId);
101}
102
103/**
104 * Get ATP policy information (tiers, rates, etc.)

Callers 1

orderAndWaitFunction · 0.85

Calls 1

getOrderStatusFunction · 0.85

Tested by

no test coverage detected