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

Function notifyIntegrationChange

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

Source from the content-addressed store, hash-verified

3208 // Failures and defects are swallowed so a host's analytics can never fail a
3209 // catalog write.
3210 const notifyIntegrationChange = (event: IntegrationChangeEvent): Effect.Effect<void> =>
3211 config.onIntegrationChange ? afterCommit(config.onIntegrationChange(event)) : Effect.void;
3212
3213 const integrationsRegister = (
3214 pluginId: string,

Callers 2

integrationsRegisterFunction · 0.85
integrationsRemoveFunction · 0.85

Calls 1

afterCommitFunction · 0.90

Tested by

no test coverage detected