MCPcopy Create free account
hub / github.com/Acode-Foundation/Acode / removeIntentHandler

Function removeIntentHandler

src/handlers/intent.js:97–100  ·  view source on GitHub ↗
(handler)

Source from the content-addressed store, hash-verified

95}
96
97export function removeIntentHandler(handler) {
98 const index = handlers.indexOf(handler);
99 if (index > -1) handlers.splice(index, 1);
100}
101
102/**
103 * Process all pending intents that were queued before files were restored.

Callers 3

handlerFunction · 0.90
buyFunction · 0.90
refundFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected