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

Function confirmDelivery

src/atp/consumerAgent.js:58–61  ·  view source on GitHub ↗

* Confirm delivery of an order (bilateral mode). * @param {string} orderId * @returns {Promise<{ok: boolean, data?: object, error?: string}>}

(orderId)

Source from the content-addressed store, hash-verified

56 * @returns {Promise<{ok: boolean, data?: object, error?: string}>}
57 */
58async function confirmDelivery(orderId) {
59 await ensureInitialized();
60 return verifyDelivery(orderId, 'confirm');
61}
62
63/**
64 * Request AI judge verification.

Callers

nothing calls this directly

Calls 2

ensureInitializedFunction · 0.85
verifyDeliveryFunction · 0.85

Tested by

no test coverage detected