MCPcopy Index your code
hub / github.com/simstudioai/sim / getIntegrationMatcher

Function getIntegrationMatcher

apps/sim/blocks/integration-matcher.ts:80–84  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

78 * text rewrite path.
79 */
80export function getIntegrationMatcher(): IntegrationMatcher {
81 if (cachedMatcher) return cachedMatcher
82 cachedMatcher = buildMatcher()
83 return cachedMatcher
84}
85
86/**
87 * Rewrites bare integration names in `text` to `@`-mention form (`Slack` →

Callers 6

withResolvedBlockTypeFunction · 0.90
computeIntegrationRangesFunction · 0.90
convertTextFunction · 0.90
mentionifyIntegrationsFunction · 0.85
listIntegrationsFunction · 0.85

Calls 1

buildMatcherFunction · 0.85

Tested by

no test coverage detected