MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / notifyIntegrationChange

Function notifyIntegrationChange

packages/core/sdk/src/executor.ts:2673–2674  ·  view source on GitHub ↗
(event: IntegrationChangeEvent)

Source from the content-addressed store, hash-verified

2671 // Failures and defects are swallowed so a host's analytics can never fail a
2672 // catalog write.
2673 const notifyIntegrationChange = (event: IntegrationChangeEvent): Effect.Effect<void> =>
2674 config.onIntegrationChange ? afterCommit(config.onIntegrationChange(event)) : Effect.void;
2675
2676 const integrationsRegister = (
2677 pluginId: string,

Callers 2

integrationsRegisterFunction · 0.85
integrationsRemoveFunction · 0.85

Calls 1

afterCommitFunction · 0.90

Tested by

no test coverage detected