MCPcopy Create free account

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

Functions755 in github.com/event-catalog/eventcatalog

↓ 2 callersFunctiongetCompletedTools
(message: { parts?: Array<any> })
eventcatalog/src/components/ChatPanel/ChatPanel.tsx:406
↓ 2 callersFunctiongetContainers
({ getAllVersions = true }: Props = {})
eventcatalog/src/utils/collections/containers.ts:25
↓ 2 callersFunctiongetFilesForDiffInCollection
( collection: CollectionEntry<CollectionTypes> )
eventcatalog/src/utils/file-diffs.ts:28
↓ 2 callersFunctiongetFlows
({ getAllVersions = true }: Props = {})
eventcatalog/src/utils/collections/flows.ts:19
↓ 2 callersFunctiongetFollowUpSuggestions
(message: { parts?: Array<any> })
eventcatalog/src/components/ChatPanel/ChatPanel.tsx:371
↓ 2 callersFunctiongetIconForCollection
(collection: string)
eventcatalog/src/utils/collections/icons.ts:17
↓ 2 callersFunctiongetLatestVersionInCollectionById
(collection: CollectionEntry<CollectionTypes>[], id: string)
eventcatalog/src/utils/collections/util.ts:110
↓ 2 callersFunctiongetMessageContent
(message: { parts?: Array<{ type: string; text?: string }> })
eventcatalog/src/components/ChatPanel/ChatPanel.tsx:361
↓ 2 callersFunctiongetMessagesProducedOrConsumedByResource
(params: { resourceId: string; resourceVersion: string; resourceCollection: string; })
eventcatalog/src/enterprise/tools/catalog-tools.ts:192
↓ 2 callersFunctiongetNodeDisplayInfo
(node: Node)
eventcatalog/src/components/MDX/NodeGraph/FocusMode/utils.ts:78
↓ 2 callersFunctiongetNodePropertyFromCollectionType
(type: string)
eventcatalog/src/utils/node-graphs/data-products-node-graph.ts:28
↓ 2 callersFunctiongetParentDomains
(domain: Domain)
eventcatalog/src/utils/collections/domains.ts:378
↓ 2 callersFunctiongetResourceFilePath
(item: { filePath?: string }, relativePath: string)
eventcatalog/src/utils/resource-files.ts:54
↓ 2 callersFunctiongetSchemaURL
(resource: CollectionEntry<PageTypes>)
eventcatalog/src/utils/collections/schemas.ts:12
↓ 2 callersFunctiongetSpecificationsForDomain
(domain: Domain)
eventcatalog/src/utils/collections/domains.ts:405
↓ 2 callersFunctiongetSystemTheme
()
eventcatalog/src/stores/theme-store.ts:10
↓ 2 callersFunctiongetUrlForItem
(node: any, key: string)
eventcatalog/src/components/Search/SearchModal.tsx:74
↓ 2 callersFunctiongetUsers
(params: { cursor?: string })
eventcatalog/src/enterprise/tools/catalog-tools.ts:514
↓ 2 callersFunctiongetVersionFromCollection
( collection: CollectionEntry<CollectionTypes>[], id: string, version?: string )
eventcatalog/src/utils/collections/versions.ts:5
↓ 2 callersFunctiongetVisualiserUrlForCollection
(collectionItem: CollectionEntry<CollectionTypes>)
eventcatalog/src/components/MDX/NodeGraph/NodeGraph.tsx:90
↓ 2 callersFunctionhasVisibleChildren
(node: NavNode)
eventcatalog/src/components/SideNav/NestedSideBar/index.tsx:550
↓ 2 callersFunctionhydrateServices
( servicesList: any[], serviceMap: Map<string, any[]>, messageMap: Map<string, any[]>, containerMap: M
eventcatalog/src/utils/collections/domains.ts:25
↓ 2 callersFunctioninitMermaidZoom
( svgElement: SVGElement, container: HTMLElement, id: string, options: ZoomOptions = {} )
eventcatalog/src/utils/mermaid-zoom.ts:388
↓ 2 callersFunctionisChangelogEnabled
()
eventcatalog/src/utils/feature.ts:39
↓ 2 callersFunctionisCollectionAMessage
(collection: string)
eventcatalog/src/utils/collections/messages.ts:108
↓ 2 callersFunctionisCollectionKey
* Check if the key is an ASTRO COLLECTION KEY * @param {string} key * @returns {boolean}
src/map-catalog-to-astro.js:58
↓ 2 callersFunctionisGroup
(node: NavNode)
eventcatalog/src/components/SideNav/NestedSideBar/index.tsx:538
↓ 2 callersFunctionisMarkdownDownloadEnabled
()
eventcatalog/src/utils/feature.ts:53
↓ 2 callersFunctionmapCatalogToAstro
({ filePath, astroDir, projectDir })
src/map-catalog-to-astro.js:29
↓ 2 callersFunctionpreviewCatalog
({ command, canEmbedPages = false, isEventCatalogStarter = false, isEventCatalogScale = false, }: {
src/eventcatalog.ts:287
↓ 2 callersFunctionprocessSchema
(schema: any, rootSchema?: any)
eventcatalog/src/components/SchemaExplorer/JSONSchemaViewer.tsx:103
↓ 2 callersFunctionprocessSpecifications
( specifications: SpecificationInput[] | LegacySpecificationFormat | undefined )
eventcatalog/src/utils/collections/util.ts:43
↓ 2 callersFunctionrenderTable
( title: string, messages: any[], searchTerm: string, setSearchTerm: (value: string) => void,
eventcatalog/src/components/MDX/MessageTable/MessageTable.client.tsx:151
↓ 2 callersFunctionresolvePointerToRef
(pointer: { id: string; version?: string }, context: DataProductContext)
eventcatalog/src/stores/sidebar-store/builders/data-product.ts:28
↓ 2 callersFunctionresolveProjectPath
(filePath: string, projectDir: string = process.env.PROJECT_DIR || process.cwd())
eventcatalog/src/utils/files.ts:9
↓ 2 callersFunctionretryEPERM
(fn)
src/watcher.js:100
↓ 2 callersFunctionrunMigrations
(dir?: string)
src/migrations/index.ts:3
↓ 2 callersFunctionsaveFavorites
(favorites: FavoriteItem[])
eventcatalog/src/stores/favorites-store.ts:48
↓ 2 callersFunctionserviceHasData
(service: Service)
eventcatalog/src/pages/visualiser/[type]/[id]/[version]/data/_index.data.ts:5
↓ 2 callersFunctionsortStringVersions
(versions: string[])
eventcatalog/src/utils/collections/util.ts:125
↓ 2 callersFunctiontoggleBadge
(badgeContent: string)
eventcatalog/src/components/Tables/Discover/DiscoverTable.tsx:383
↓ 2 callersFunctiontoggleConsumer
(consumerId: string)
eventcatalog/src/components/Tables/Discover/DiscoverTable.tsx:379
↓ 2 callersFunctiontoggleDomain
(domainId: string)
eventcatalog/src/components/Tables/Discover/DiscoverTable.tsx:367
↓ 2 callersFunctiontoggleProducer
(producerId: string)
eventcatalog/src/components/Tables/Discover/DiscoverTable.tsx:375
↓ 2 callersFunctiontoggleProperty
(propertyId: string)
eventcatalog/src/components/Tables/Discover/DiscoverTable.tsx:387
↓ 2 callersFunctiontoggleSubgroup
(subgroupName: string)
eventcatalog/src/components/Lists/PillListFlat.tsx:51
↓ 2 callersFunctionupdateUrlParams
(message: SchemaItem)
eventcatalog/src/components/SchemaExplorer/SchemaExplorer.tsx:65
↓ 1 callersFunctionFile
({ file, catalog, title }: any)
eventcatalog/src/components/MDX/File.tsx:4
↓ 1 callersFunctionSchemaViewerPortal
(props: any)
eventcatalog/src/components/MDX/SchemaViewer/SchemaViewerPortal.tsx:1
↓ 1 callersFunctionaddFavorite
(item: FavoriteItem)
eventcatalog/src/stores/favorites-store.ts:61
↓ 1 callersFunctionaddPropertyToFrontMatter
(input, newProperty, newValue)
src/eventcatalog-config-file-utils.js:85
↓ 1 callersFunctionbuildContainerNode
( container: CollectionEntry<'containers'>, owners: any[], context: ResourceGroupContext )
eventcatalog/src/stores/sidebar-store/builders/container.ts:14
↓ 1 callersFunctionbuildDiscordPayload
* Build the Discord payload as plain text (no embed box)
scripts/notify-discord-release.js:140
↓ 1 callersFunctionbuildDomainNode
(domain: CollectionEntry<'domains'>, owners: any[], context: ResourceGroupContext)
eventcatalog/src/stores/sidebar-store/builders/domain.ts:17
↓ 1 callersFunctionbuildDomainQuickReferenceSection
(resource: any)
eventcatalog/src/stores/sidebar-store/__tests__/sidebar-builder.spec.ts:108
↓ 1 callersFunctionbuildFlowNode
(flow: CollectionEntry<'flows'>)
eventcatalog/src/stores/sidebar-store/builders/flow.ts:6
↓ 1 callersFunctionbuildMessageNode
( message: CollectionEntry<'events' | 'commands' | 'queries'>, owners: any[], context: ResourceGroupCont
eventcatalog/src/stores/sidebar-store/builders/message.ts:15
↓ 1 callersFunctionbuildPages
(collection: CollectionEntry<'domains'>[])
eventcatalog/src/pages/docs/[type]/[id]/language.mdx.ts:11
↓ 1 callersFunctionbuildResourceGroupSection
(resourceGroup: ResourceGroup, context: ResourceGroupContext)
eventcatalog/src/stores/sidebar-store/builders/shared.ts:119
↓ 1 callersFunctionbuildServiceNode
(service: CollectionEntry<'services'>, owners: any[], context: ResourceGroupContext)
eventcatalog/src/stores/sidebar-store/builders/service.ts:18
↓ 1 callersFunctioncalculateSpecificity
(pattern: string)
eventcatalog/src/enterprise/auth/middleware/middleware-auth.ts:56
↓ 1 callersFunctionclearCore
()
src/eventcatalog.ts:76
↓ 1 callersFunctionclearSearch
()
eventcatalog/src/components/SideNav/NestedSideBar/SearchBar.tsx:77
↓ 1 callersFunctioncloseModal
()
eventcatalog/src/components/Search/SearchModal.tsx:125
↓ 1 callersFunctioncollapseNestedItems
(items: SidebarItem[], parentId: string)
eventcatalog/src/enterprise/custom-documentation/components/CustomDocsNav/index.tsx:140
↓ 1 callersFunctioncompose
* * @param {...Function} fns * @returns {SubscribeCallback}
src/watcher.js:82
↓ 1 callersFunctionconfigureAuthentication
(params: { injectRoute: (route: { pattern: string; entrypoint: string }) => void; addMiddleware: (middlewa
eventcatalog/integrations/eventcatalog-features.ts:14
↓ 1 callersFunctioncopyFiles
(source, target)
src/catalog-to-astro-content-directory.js:12
↓ 1 callersFunctioncountProperties
(obj: any)
eventcatalog/src/components/SchemaExplorer/JSONSchemaViewer.tsx:23
↓ 1 callersFunctioncountResources
(projectDir)
src/analytics/count-resources.js:26
↓ 1 callersFunctioncreateCopyButton
* Creates the copy button for top-right (tooltip shows to the left)
eventcatalog/src/utils/mermaid-zoom.ts:305
↓ 1 callersFunctioncreateFullscreenButton
* Creates the fullscreen button for top-left (tooltip shows to the right)
eventcatalog/src/utils/mermaid-zoom.ts:290
↓ 1 callersFunctioncreateMcpServer
()
eventcatalog/src/enterprise/mcp/mcp-server.ts:74
↓ 1 callersFunctioncreateMockApp
()
eventcatalog/src/enterprise/mcp/__tests__/mcp-server.spec.ts:14
↓ 1 callersFunctioncreateMockCommand
(id: string, version: string)
eventcatalog/src/stores/sidebar-store/__tests__/data-product-builder.spec.ts:42
↓ 1 callersFunctioncreateMockQuery
(id: string, version: string)
eventcatalog/src/stores/sidebar-store/__tests__/data-product-builder.spec.ts:50
↓ 1 callersMethodcreateNotFoundResponse
()
eventcatalog/src/utils/page-loaders/hybrid-page.ts:62
↓ 1 callersFunctioncreateZoomControls
* Creates React Flow-style zoom controls
eventcatalog/src/utils/mermaid-zoom.ts:152
↓ 1 callersFunctiondetectProvider
(session: any)
eventcatalog/src/enterprise/auth/middleware/middleware-auth.ts:181
↓ 1 callersFunctiondownloadSchema
(content: string, filename: string, extension: string)
eventcatalog/src/components/SchemaExplorer/utils.ts:71
↓ 1 callersFunctionecstudioWatcher
()
eventcatalog/integrations/ecstudio-watcher.mjs:1
↓ 1 callersFunctionencode64
* PlantUML encoding utilities
eventcatalog/src/utils/mermaid-zoom.ts:658
↓ 1 callersFunctionencodePlantUML
(text: string, deflate: (data: Uint8Array, options: any) => Uint8Array)
eventcatalog/src/utils/mermaid-zoom.ts:677
↓ 1 callersFunctionensureDir
(dir: string)
src/eventcatalog.ts:47
↓ 1 callersFunctionescapeHtml
(str: string)
eventcatalog/src/remark-plugins/mermaid.ts:12
↓ 1 callersFunctionescapeRegExp
(str: string)
eventcatalog/src/enterprise/auth/middleware/middleware-auth.ts:40
↓ 1 callersFunctioneventCatalogIntegration
()
eventcatalog/integrations/eventcatalog-features.ts:43
↓ 1 callersFunctionexpandNestedItems
(items: SidebarItem[], parentId: string)
eventcatalog/src/enterprise/custom-documentation/components/CustomDocsNav/index.tsx:168
↓ 1 callersFunctionexportNodeGraphForStudio
(data: ReactFlowJsonObject)
eventcatalog/src/utils/node-graphs/export-node-graph.ts:26
↓ 1 callersFunctionextractTitle
(meta: string | undefined)
eventcatalog/src/remark-plugins/plantuml.ts:14
↓ 1 callersFunctionextractVersion
* Extract version from release tag
scripts/notify-discord-release.js:132
↓ 1 callersMethodfetchData
* Methods to be overridden by subclasses
eventcatalog/src/utils/page-loaders/hybrid-page.ts:47
↓ 1 callersFunctionfindEntityDomain
(entityId: string)
eventcatalog/src/utils/node-graphs/domain-entity-map.ts:77
↓ 1 callersFunctionfindScrollableContainer
()
eventcatalog/src/components/MDX/NodeGraph/NodeGraph.tsx:335
↓ 1 callersFunctionflattenNavigationItems
(items: SidebarItem[])
eventcatalog/src/enterprise/custom-documentation/utils/custom-docs.ts:183
↓ 1 callersFunctionformatAvroType
(type: any)
eventcatalog/src/components/SchemaExplorer/AvroSchemaViewer.tsx:21
↓ 1 callersFunctionformatCustomDoc
(item: any, route: string)
eventcatalog/src/pages/docs/llm/llms.txt.ts:94
↓ 1 callersFunctionformatSections
* Format sections into Discord-friendly text * Uses Discord's underline formatting (__text__) for clean headers
scripts/notify-discord-release.js:111
↓ 1 callersFunctionformatServiceWithLinks
(service: CollectionEntry<'services'>)
eventcatalog/src/pages/docs/llm/llms-services.txt.ts:12
↓ 1 callersFunctionformatServiceWithSchema
(item: ServiceWithSchema)
eventcatalog/src/pages/docs/llm/schemas.txt.ts:58
← previousnext →201–300 of 755, ranked by callers