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

Function notifyIntegrationChange

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

Source from the content-addressed store, hash-verified

2208 // Failures and defects are swallowed so a host's analytics can never fail a
2209 // catalog write.
2210 const notifyIntegrationChange = (event: IntegrationChangeEvent): Effect.Effect<void> =>
2211 config.onIntegrationChange ? afterCommit(config.onIntegrationChange(event)) : Effect.void;
2212
2213 const integrationsRegister = (
2214 pluginId: string,

Callers 2

integrationsRegisterFunction · 0.85
integrationsRemoveFunction · 0.85

Calls 1

afterCommitFunction · 0.90

Tested by

no test coverage detected