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

Function notifyIntegrationChange

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

Source from the content-addressed store, hash-verified

2303 // Failures and defects are swallowed so a host's analytics can never fail a
2304 // catalog write.
2305 const notifyIntegrationChange = (event: IntegrationChangeEvent): Effect.Effect<void> =>
2306 config.onIntegrationChange ? afterCommit(config.onIntegrationChange(event)) : Effect.void;
2307
2308 const integrationsRegister = (
2309 pluginId: string,

Callers 2

integrationsRegisterFunction · 0.85
integrationsRemoveFunction · 0.85

Calls 1

afterCommitFunction · 0.90

Tested by

no test coverage detected