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

Function notifyIntegrationChange

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

Source from the content-addressed store, hash-verified

3264 // Failures and defects are swallowed so a host's analytics can never fail a
3265 // catalog write.
3266 const notifyIntegrationChange = (event: IntegrationChangeEvent): Effect.Effect<void> =>
3267 config.onIntegrationChange ? afterCommit(config.onIntegrationChange(event)) : Effect.void;
3268
3269 const integrationsRegister = (
3270 pluginId: string,

Callers 2

integrationsRegisterFunction · 0.85
integrationsRemoveFunction · 0.85

Calls 1

afterCommitFunction · 0.90

Tested by

no test coverage detected