MCPcopy Index your code

hub / github.com/event-catalog/eventcatalog / functions

Functions755 in github.com/event-catalog/eventcatalog

↓ 187 callersFunctiongetCollection
(key: T, filterFn: (entry: CollectionEntry<T>) => boolean = () => true)
eventcatalog/src/utils/__tests__/messages/messages.spec.ts:9
↓ 149 callersFunctionbuildUrl
(url: string, ignoreTrailingSlash = false, urlAlreadyIncludesBaseUrl = false)
eventcatalog/src/utils/url-builder.ts:8
↓ 137 callersFunctiongenerateIdForNode
(node: CollectionItem)
eventcatalog/src/utils/node-graphs/utils/utils.ts:20
↓ 106 callersFunctiongetNestedSideBarData
()
eventcatalog/src/stores/sidebar-store/state.ts:31
↓ 103 callersFunctiongetNavigationConfigurationByKey
(key: string, data: NavigationData)
eventcatalog/src/stores/sidebar-store/__tests__/sidebar-builder.spec.ts:41
↓ 80 callersFunctiongetChildNodeByTitle
(title: string, pages: any[])
eventcatalog/src/stores/sidebar-store/__tests__/sidebar-builder.spec.ts:128
↓ 51 callersFunctionfindInMap
( map: Map<string, T[]>, id: string, version?: string )
eventcatalog/src/utils/collections/util.ts:277
↓ 48 callersFunctiongeneratedIdForEdge
(source: CollectionItem, target: CollectionItem)
eventcatalog/src/utils/node-graphs/utils/utils.ts:26
↓ 46 callersFunctiontoAstroCollection
(item: any, collection: string)
eventcatalog/src/utils/__tests__/messages/node-graph.spec.ts:12
↓ 45 callersFunctioncreateEdge
(edgeOptions: Edge)
eventcatalog/src/utils/node-graphs/utils/utils.ts:90
↓ 43 callersFunctioncreateVersionedMap
(items: T[])
eventcatalog/src/utils/collections/util.ts:245
↓ 35 callersFunctionisSSR
()
eventcatalog/src/utils/feature.ts:63
↓ 32 callersFunctiongetColorFromString
(id: string)
eventcatalog/src/utils/node-graphs/utils/utils.ts:30
↓ 32 callersFunctiongetNodesAndEdges
({ id, defaultFlow, version, mode = 'simple', renderAllEdges = false }: Props)
eventcatalog/src/utils/node-graphs/flows-node-graph.ts:45
↓ 28 callersFunctiongetDomains
({ getAllVersions = true, includeServicesInSubdomains = true, enrichServices = false, }: Props = {})
eventcatalog/src/utils/collections/domains.ts:67
↓ 28 callersFunctiongetServices
({ getAllVersions = true, returnBody = false }: Props = {})
eventcatalog/src/utils/collections/services.ts:22
↓ 26 callersFunctionisEventCatalogScaleEnabled
()
eventcatalog/src/utils/feature.ts:20
↓ 24 callersFunctionbuildDataProductNode
( dataProduct: CollectionEntry<'data-products'>, owners: any[], context: DataProductContext )
eventcatalog/src/stores/sidebar-store/builders/data-product.ts:61
↓ 24 callersFunctionshouldRenderSideBarSection
(resource: any, section: string)
eventcatalog/src/stores/sidebar-store/builders/shared.ts:156
↓ 23 callersFunctioncreateMockDataProduct
( overrides: Partial<CollectionEntry<'data-products'>['data']> = {} )
eventcatalog/src/stores/sidebar-store/__tests__/data-product-builder.spec.ts:15
↓ 21 callersFunctionmatchesPattern
(pattern: string, path: string)
eventcatalog/src/enterprise/auth/middleware/middleware-auth.ts:39
↓ 18 callersFunctionisLLMSTxtEnabled
()
eventcatalog/src/utils/feature.ts:54
↓ 17 callersFunctioncn
(...classes: (string | false | undefined)[])
eventcatalog/src/components/SideNav/NestedSideBar/index.tsx:19
↓ 17 callersFunctiongetChannels
({ getAllVersions = true }: Props = {})
eventcatalog/src/utils/collections/channels.ts:27
↓ 17 callersFunctiongetSpecificationsForService
(service: CollectionEntry<CollectionTypes>)
eventcatalog/src/utils/collections/services.ts:176
↓ 17 callersMethodtoHaveNavigationLink
(expected: { type: 'item' | 'group'; title: string; href: string })
eventcatalog/src/stores/sidebar-store/__tests__/sidebar-builder.spec.ts:26
↓ 16 callersFunctionfindMatchingRule
(rules: Record<string, () => boolean>, pathname: string)
eventcatalog/src/enterprise/auth/middleware/middleware-auth.ts:63
↓ 16 callersFunctionisEventCatalogStarterEnabled
()
eventcatalog/src/utils/feature.ts:19
↓ 15 callersFunctioncreateToolHandler
(fn: (params: T) => Promise<any>, errorMessage: string)
eventcatalog/src/enterprise/mcp/mcp-server.ts:34
↓ 15 callersFunctiongetEdgeLabelForMessageAsSource
(data: MessageCollectionItem, throughChannel = false)
eventcatalog/src/utils/node-graphs/utils/utils.ts:61
↓ 14 callersFunctionconvertToMermaid
(nodes: Node[], edges: Edge[], options: MermaidExportOptions = {})
eventcatalog/src/utils/node-graphs/export-mermaid.ts:226
↓ 14 callersFunctioncreateNode
(values: Node)
eventcatalog/src/utils/node-graphs/utils/utils.ts:111
↓ 14 callersFunctiongetItemsFromCollectionByIdAndSemverOrLatest
( collection: T[], id: string, version?: string )
eventcatalog/src/utils/collections/util.ts:142
↓ 14 callersFunctiongetMermaidNodeShape
(type: string)
eventcatalog/src/utils/node-graphs/export-mermaid.ts:103
↓ 14 callersFunctiongetResources
(params: { collection: string; cursor?: string; search?: string })
eventcatalog/src/enterprise/tools/catalog-tools.ts:143
↓ 14 callersFunctionhydrateProducersAndConsumers
({ message, services = [], dataProducts = [], hydrate = true, }: HydrateProducersAndConsumersProps)
eventcatalog/src/utils/collections/messages.ts:32
↓ 14 callersFunctionisAuthEnabled
()
eventcatalog/src/utils/feature.ts:56
↓ 13 callersFunctionisVisualiserEnabled
()
eventcatalog/src/utils/feature.ts:65
↓ 12 callersFunctioncreateLeaf
(items: any[], node: NavNode)
eventcatalog/src/stores/sidebar-store/state.ts:281
↓ 12 callersFunctiongetNodesAndEdges
({ id, version, entities, type = 'domains' }: Props)
eventcatalog/src/utils/node-graphs/domain-entity-map.ts:20
↓ 12 callersFunctionpaginate
( items: T[], cursor?: string, pageSize: number = DEFAULT_PAGE_SIZE )
eventcatalog/src/enterprise/tools/catalog-tools.ts:59
↓ 12 callersFunctionsatisfies
(version: string, range: string)
eventcatalog/src/utils/collections/util.ts:136
↓ 12 callersFunctiontoAstroCollection
(item: any, collection: string)
eventcatalog/src/stores/sidebar-store/__tests__/sidebar-builder.spec.ts:33
↓ 10 callersFunctionfilterCollectionByName
(property: string)
eventcatalog/src/components/Tables/filters/custom-filters.ts:2
↓ 10 callersFunctiongetNodesAndEdgesForProducedMessage
({ message, sourceChannels, services, channels, currentNodes = [], currentEdges = [], source,
eventcatalog/src/utils/node-graphs/message-node-graph.ts:767
↓ 10 callersFunctionsanitizeMermaidId
(id: string)
eventcatalog/src/utils/node-graphs/export-mermaid.ts:86
↓ 9 callersFunctioncalculatedNodes
(flow: dagre.graphlib.Graph, nodes: Node[])
eventcatalog/src/utils/node-graphs/utils/utils.ts:75
↓ 9 callersFunctioncreateDagreGraph
({ ranksep = 180, nodesep = 50, ...rest }: any)
eventcatalog/src/utils/node-graphs/utils/utils.ts:83
↓ 9 callersFunctioncreateMockEvent
(id: string, version: string)
eventcatalog/src/stores/sidebar-store/__tests__/data-product-builder.spec.ts:34
↓ 9 callersFunctiongetEventCatalogConfigFile
(projectDirectory)
src/eventcatalog-config-file-utils.js:16
↓ 9 callersFunctiongetNodesAndEdges
({ id, defaultFlow, version, mode = 'simple' }: Props)
eventcatalog/src/utils/node-graphs/data-products-node-graph.ts:34
↓ 9 callersFunctiongetProducersOfMessage
(services: Service[], message: CollectionEntry<'events' | 'commands' | 'queries'>)
eventcatalog/src/utils/collections/services.ts:142
↓ 8 callersFunctioncreateActionsColumn
(collectionType: CollectionType, tableConfiguration: TableConfiguration)
eventcatalog/src/components/Tables/Discover/columns.tsx:99
↓ 8 callersFunctioncreateBadgesColumn
(tableConfiguration: TableConfiguration)
eventcatalog/src/components/Tables/Discover/columns.tsx:88
↓ 8 callersFunctioncreateMockContainer
(id: string, version: string)
eventcatalog/src/stores/sidebar-store/__tests__/data-product-builder.spec.ts:66
↓ 8 callersFunctioncreateSummaryColumn
(tableConfiguration: TableConfiguration)
eventcatalog/src/components/Tables/Discover/columns.tsx:141
↓ 8 callersFunctionexplainUbiquitousLanguageTerms
(params: { domainId: string; domainVersion?: string })
eventcatalog/src/enterprise/tools/catalog-tools.ts:629
↓ 8 callersFunctionformatVersionedItem
(item: any, type: string, extraParams?: string | string[])
eventcatalog/src/pages/docs/llm/llms.txt.ts:86
↓ 8 callersFunctiongetCommands
({ getAllVersions = true, hydrateServices = true }: Props = {})
eventcatalog/src/utils/collections/commands.ts:28
↓ 8 callersFunctiongetNodeLabel
(node: Node)
eventcatalog/src/utils/node-graphs/export-mermaid.ts:121
↓ 7 callersFunctionclassNames
(...classes: (string | boolean | undefined)[])
eventcatalog/src/components/Search/SearchModal.tsx:69
↓ 7 callersFunctiondecodeCursor
(cursor: string)
eventcatalog/src/enterprise/tools/catalog-tools.ts:43
↓ 7 callersFunctionencodeCursor
(position: number)
eventcatalog/src/enterprise/tools/catalog-tools.ts:35
↓ 7 callersFunctiongetDomainsCanvasData
()
eventcatalog/src/utils/node-graphs/domains-canvas.ts:15
↓ 7 callersFunctiongetEdgeLabelForServiceAsTarget
(data: MessageCollectionItem)
eventcatalog/src/utils/node-graphs/utils/utils.ts:48
↓ 7 callersFunctiongetMessages
({ getAllVersions = true, hydrateServices = true }: Props = {})
eventcatalog/src/utils/collections/messages.ts:94
↓ 7 callersFunctiongetNodesAndEdges
({ id, defaultFlow, version, mode = 'simple', renderAllEdges = false, channelRenderMode = 'flat',
eventcatalog/src/utils/node-graphs/services-node-graph.ts:53
↓ 7 callersFunctiongetSchemasFromResource
(resource: CollectionEntry<PageTypes>)
eventcatalog/src/utils/collections/schemas.ts:42
↓ 7 callersFunctiongetUbiquitousLanguage
(domain: Domain)
eventcatalog/src/utils/collections/domains.ts:307
↓ 6 callersFunctionGET
()
eventcatalog/src/pages/api/catalog.ts:14
↓ 6 callersFunctionanalyzeChangeImpact
(params: { messageId: string; messageVersion: string; messageCollection: string })
eventcatalog/src/enterprise/tools/catalog-tools.ts:354
↓ 6 callersFunctionbuildQuickReferenceSection
(items: { title: string; href: string }[])
eventcatalog/src/stores/sidebar-store/builders/shared.ts:60
↓ 6 callersFunctionformatLabelWithVersion
* Helper to format label with version
eventcatalog/src/utils/node-graphs/export-mermaid.ts:110
↓ 6 callersFunctiongetConsumersOfMessage
(services: Service[], message: CollectionEntry<'events' | 'commands' | 'queries'>)
eventcatalog/src/utils/collections/services.ts:159
↓ 6 callersFunctiongetCssVariableColor
* Gets an RGB color string from a CSS variable * CSS variables store RGB values as "R G B" format, so we convert to "rgb(R, G, B)"
eventcatalog/src/utils/mermaid-zoom.ts:52
↓ 6 callersFunctiongetEvents
({ getAllVersions = true, hydrateServices = true }: Props = {})
eventcatalog/src/utils/collections/events.ts:28
↓ 6 callersFunctiongetHighestVersion
(items: T[])
eventcatalog/src/stores/sidebar-store/builders/data-product.ts:19
↓ 6 callersFunctiongetNodesAndEdges
({ id, version, defaultFlow, mode = 'simple', channelRenderMode = 'flat' }: Props)
eventcatalog/src/utils/node-graphs/container-node-graph.ts:19
↓ 6 callersFunctiongetNodesAndEdgesForConsumedMessage
({ message, targetChannels = [], services, channels, currentNodes = [], target, mode = 'simple',
eventcatalog/src/utils/node-graphs/message-node-graph.ts:462
↓ 6 callersFunctiongetQueries
({ getAllVersions = true, hydrateServices = true }: Props = {})
eventcatalog/src/utils/collections/queries.ts:28
↓ 6 callersFunctiongetUbiquitousLanguageWithSubdomains
( domain: Domain )
eventcatalog/src/utils/collections/domains.ts:317
↓ 5 callersFunctionaddToIndex
(items: CollectionEntry<CollectionTypes>[])
eventcatalog/src/utils/collections/teams.ts:36
↓ 5 callersFunctionaddToIndex
(items: CollectionEntry<CollectionTypes>[])
eventcatalog/src/utils/collections/users.ts:43
↓ 5 callersFunctionapplyTheme
(theme: Theme)
eventcatalog/src/stores/theme-store.ts:18
↓ 5 callersFunctionbuildOwnersSection
(owners: any[])
eventcatalog/src/stores/sidebar-store/builders/shared.ts:71
↓ 5 callersFunctionbuildUrlWithParams
(baseUrl: string, params: Record<string, string | undefined>)
eventcatalog/src/utils/url-builder.ts:29
↓ 5 callersFunctioncleanup
(projectDirectory)
src/eventcatalog-config-file-utils.js:9
↓ 5 callersFunctioncreateBadgesColumn
( columnHelper: ReturnType<typeof createColumnHelper<T>>, tableConfiguration: TableConfiguration )
eventcatalog/src/components/Tables/columns/SharedColumns.tsx:7
↓ 5 callersFunctionenrichOwners
(ownersRaw: any[])
eventcatalog/src/pages/schemas/explorer/_index.data.ts:15
↓ 5 callersFunctionfindMatchingNodes
( nodesA: CollectionEntry<'events' | 'commands' | 'queries' | 'services' | 'containers' | 'data-products'>[]
eventcatalog/src/utils/collections/util.ts:160
↓ 5 callersFunctionfindMessageBySchemaId
(params: { messageId: string; messageVersion?: string; collection?: 'events' | 'commands' | 'queries'; }
eventcatalog/src/enterprise/tools/catalog-tools.ts:568
↓ 5 callersFunctionformatSize
* Format size with appropriate units
scripts/check-build-size.js:44
↓ 5 callersFunctiongetAbsoluteFilePathForAstroFile
(filePath: string, fileName?: string)
eventcatalog/src/utils/files.ts:42
↓ 5 callersFunctiongetAdjacentPages
(slug: string)
eventcatalog/src/enterprise/custom-documentation/utils/custom-docs.ts:209
↓ 5 callersFunctiongetChannelChain
( sourceChannel: CollectionEntry<'channels'>, targetChannel: CollectionEntry<'channels'>, channels: Coll
eventcatalog/src/utils/collections/channels.ts:186
↓ 5 callersFunctiongetColorAndIconForCollection
(collection: string)
eventcatalog/src/utils/collections/icons.ts:54
↓ 5 callersFunctiongetNavigationItems
()
eventcatalog/src/enterprise/custom-documentation/utils/custom-docs.ts:245
↓ 5 callersFunctiongetOwner
(lookup: { id: string })
eventcatalog/src/utils/collections/owners.ts:35
↓ 5 callersFunctiongetProducersOfMessage
(params: { messageId: string; messageVersion: string; messageCollection: string })
eventcatalog/src/enterprise/tools/catalog-tools.ts:279
↓ 5 callersFunctionisChannelsConnected
( sourceChannel: CollectionEntry<'channels'>, targetChannel: CollectionEntry<'channels'>, channels: Coll
eventcatalog/src/utils/collections/channels.ts:145
next →1–100 of 755, ranked by callers