MCPcopy Create free account

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

Functions755 in github.com/event-catalog/eventcatalog

↓ 1 callersFunctiongenerate
(PROJECT_DIRECTORY)
src/generate.js:21
↓ 1 callersFunctiongenerateDiffString
* Generates a diff string in a unified diff format for two versions of a file. * @param fileName - The name of the file being compared * @param oldS
eventcatalog/src/utils/file-diffs.ts:18
↓ 1 callersFunctiongetAnimationClass
()
eventcatalog/src/components/SideNav/NestedSideBar/index.tsx:897
↓ 1 callersFunctiongetAuthConfig
()
eventcatalog/auth.config.ts:101
↓ 1 callersFunctiongetAuthProviders
()
eventcatalog/auth.config.ts:15
↓ 1 callersFunctiongetBaseSystemPrompt
( referrer: string )
eventcatalog/src/enterprise/ai/chat-api.ts:79
↓ 1 callersFunctiongetBaseTargetPaths
* Generates the base target path accordingly to the file path. * @param {string} filePath The path to the file without PROJECT_DIR prefix. * @return
src/map-catalog-to-astro.js:92
↓ 1 callersFunctiongetColorAndIconForMessageType
(type: string)
eventcatalog/src/components/Tables/columns/MessageTableColumns.tsx:12
↓ 1 callersFunctiongetColumnsByCollection
(collection: string, tableConfiguration: TableConfiguration)
eventcatalog/src/components/Tables/columns/index.tsx:9
↓ 1 callersFunctiongetCommandColumns
(tableConfiguration: TableConfiguration)
eventcatalog/src/components/Tables/Discover/columns.tsx:264
↓ 1 callersFunctiongetConfigValue
(obj: any, key: string, defaultValue: any)
eventcatalog/src/utils/eventcatalog-config/catalog.ts:21
↓ 1 callersFunctiongetConfigurationByType
(type: string)
eventcatalog/src/components/MDX/Admonition.tsx:14
↓ 1 callersFunctiongetConnectedNodes
(centerNodeId: string, nodes: Node[], edges: Edge[])
eventcatalog/src/components/MDX/NodeGraph/FocusMode/utils.ts:53
↓ 1 callersFunctiongetContainerColumns
(tableConfiguration: TableConfiguration)
eventcatalog/src/components/Tables/Discover/columns.tsx:490
↓ 1 callersFunctiongetCurrentStepInfo
()
eventcatalog/src/components/MDX/NodeGraph/StepWalkthrough.tsx:166
↓ 1 callersFunctiongetDataProductColumns
(tableConfiguration: TableConfiguration)
eventcatalog/src/components/Tables/Discover/columns.tsx:548
↓ 1 callersFunctiongetDefaultAction
()
eventcatalog/src/components/CopyAsMarkdown.tsx:87
↓ 1 callersFunctiongetDefaultExport
(importedModule)
src/generate.js:5
↓ 1 callersFunctiongetDefaultSpecificationName
(type: string)
eventcatalog/src/utils/collections/util.ts:24
↓ 1 callersFunctiongetDirSizeBytes
* Recursively calculate the total size of a directory in bytes
scripts/update-size-baseline.js:11
↓ 1 callersFunctiongetDirSizeBytes
* Recursively calculate the total size of a directory in bytes
scripts/check-build-size.js:11
↓ 1 callersFunctiongetDirSizeKB
* Get directory size in KB
scripts/update-size-baseline.js:37
↓ 1 callersFunctiongetDirSizeKB
* Get directory size in KB
scripts/check-build-size.js:37
↓ 1 callersFunctiongetDiscoverColumns
(collectionType: CollectionType, tableConfiguration: TableConfiguration)
eventcatalog/src/components/Tables/Discover/columns.tsx:606
↓ 1 callersFunctiongetDomainColumns
(tableConfiguration: TableConfiguration)
eventcatalog/src/components/Tables/Discover/columns.tsx:418
↓ 1 callersFunctiongetEdgeLabel
* Extract label from an edge
eventcatalog/src/utils/node-graphs/export-mermaid.ts:213
↓ 1 callersFunctiongetEventColumns
(tableConfiguration: TableConfiguration)
eventcatalog/src/components/Tables/Discover/columns.tsx:216
↓ 1 callersFunctiongetExtendedToolsMetadata
()
eventcatalog/src/enterprise/ai/chat-api.ts:70
↓ 1 callersFunctiongetFeatures
(configFile)
src/analytics/log-build.js:5
↓ 1 callersFunctiongetFilesDiffsBetweenVersions
* Generates diffs for files between two versions of a collection. * @param collections - Array of all collection entries * @param id - The ID of the
eventcatalog/src/utils/file-diffs.ts:51
↓ 1 callersFunctiongetFlowColumns
(tableConfiguration: TableConfiguration)
eventcatalog/src/components/Tables/Discover/columns.tsx:458
↓ 1 callersFunctiongetFlowNode
(step: any, flowMap: Map<string, any[]>)
eventcatalog/src/utils/node-graphs/flows-node-graph.ts:27
↓ 1 callersFunctiongetGitHistory
( filePath: string, { includeAuthor = true, age = 'newest', }: { includeAuthor?: boolean;
eventcatalog/src/utils/git.ts:7
↓ 1 callersFunctiongetGreeting
()
eventcatalog/src/components/ChatPanel/ChatPanel.tsx:95
↓ 1 callersFunctiongetIconForProtocol
(icon: string)
eventcatalog/src/utils/protocols.tsx:12
↓ 1 callersFunctiongetIconForProtocol
(icon: keyof typeof protocolIcons)
eventcatalog/src/utils/badges.tsx:15
↓ 1 callersFunctiongetInstalledEventCatalogVersion
()
src/eventcatalog.ts:35
↓ 1 callersFunctiongetMDXComponentsByName
(document: string, componentName: string)
eventcatalog/src/utils/markdown.ts:4
↓ 1 callersFunctiongetMessageIcon
(collection: string)
eventcatalog/src/components/Grids/DomainGrid.tsx:32
↓ 1 callersFunctiongetMessageIconAndColor
(collection: string)
eventcatalog/src/components/Tables/columns/TeamsTableColumns.tsx:13
↓ 1 callersFunctiongetMessageIconAndColor
(collection: string)
eventcatalog/src/components/Tables/columns/UserTableColumns.tsx:13
↓ 1 callersFunctiongetMessageNode
(step: any, messageMap: Map<string, any[]>)
eventcatalog/src/utils/node-graphs/flows-node-graph.ts:36
↓ 1 callersFunctiongetMessageStyle
(collection: string)
eventcatalog/src/components/Grids/MessageGrid.tsx:24
↓ 1 callersFunctiongetNodeDocUrl
(node: Node)
eventcatalog/src/components/MDX/NodeGraph/FocusMode/utils.ts:134
↓ 1 callersFunctiongetNodesAndEdgesFromDagre
({ nodes, edges, defaultFlow, }: { nodes: Node[]; edges: Edge[]; defaultFlow?: DagreGraph; })
eventcatalog/src/utils/node-graphs/utils/utils.ts:121
↓ 1 callersFunctiongetProducersAndConsumersForChannel
(channel: CollectionEntry<'channels'>)
eventcatalog/src/utils/collections/services.ts:180
↓ 1 callersFunctiongetQueryColumns
(tableConfiguration: TableConfiguration)
eventcatalog/src/components/Tables/Discover/columns.tsx:312
↓ 1 callersFunctiongetReceivesMessageByMessageType
(messageType: string)
eventcatalog/src/utils/node-graphs/services-node-graph.ts:41
↓ 1 callersFunctiongetRecordFromUnion
(type: any)
eventcatalog/src/components/SchemaExplorer/AvroSchemaViewer.tsx:95
↓ 1 callersFunctiongetRelativeTargetPath
* Generates the path until the ASTRO_COLLECTION_KEY or the PROJECT_DIR root. * @param {string} filePath The path to the file. * @returns {string} Th
src/map-catalog-to-astro.js:155
↓ 1 callersFunctiongetResourceBasePath
(item: { filePath?: string })
eventcatalog/src/utils/resource-files.ts:16
↓ 1 callersFunctiongetRunningTools
(message: { parts?: Array<any> })
eventcatalog/src/components/ChatPanel/ChatPanel.tsx:387
↓ 1 callersFunctiongetSendsMessageByMessageType
(messageType: string)
eventcatalog/src/utils/node-graphs/services-node-graph.ts:28
↓ 1 callersFunctiongetServiceColumns
(tableConfiguration: TableConfiguration)
eventcatalog/src/components/Tables/Discover/columns.tsx:360
↓ 1 callersFunctiongetServiceNode
(step: any, serviceMap: Map<string, any[]>)
eventcatalog/src/utils/node-graphs/flows-node-graph.ts:18
↓ 1 callersFunctiongetServiceSpecifications
(data: any)
eventcatalog/src/components/Grids/specification-utils.ts:66
↓ 1 callersFunctiongetSpecColor
(type: string)
eventcatalog/src/components/Grids/specification-utils.ts:52
↓ 1 callersFunctiongetSuggestedQuestions
(pathname: string)
eventcatalog/src/components/ChatPanel/ChatPanel.tsx:312
↓ 1 callersFunctiongetTimestamp
()
src/utils/cli-logger.ts:4
↓ 1 callersFunctiongetVersions
(data: CollectionEntry<CollectionTypes>[])
eventcatalog/src/utils/collections/util.ts:74
↓ 1 callersFunctionhandleDrillDown
(node: NavNode, nodeKey: string | null)
eventcatalog/src/components/SideNav/NestedSideBar/index.tsx:561
↓ 1 callersFunctionhandleNextMatch
()
eventcatalog/src/components/SchemaExplorer/JSONSchemaViewer.tsx:642
↓ 1 callersFunctionhandleNextMatch
()
eventcatalog/src/components/SchemaExplorer/AvroSchemaViewer.tsx:300
↓ 1 callersFunctionhandlePrevMatch
()
eventcatalog/src/components/SchemaExplorer/JSONSchemaViewer.tsx:636
↓ 1 callersFunctionhandlePrevMatch
()
eventcatalog/src/components/SchemaExplorer/AvroSchemaViewer.tsx:294
↓ 1 callersFunctionhandleSaveLayout
()
eventcatalog/src/components/MDX/NodeGraph/VisualizerDropdownContent.tsx:70
↓ 1 callersFunctionhandleSearchChange
(value: string)
eventcatalog/src/components/SideNav/NestedSideBar/SearchBar.tsx:72
↓ 1 callersFunctionhandleSelectResult
(nodeKey: string, node: NavNode)
eventcatalog/src/components/SideNav/NestedSideBar/SearchBar.tsx:156
↓ 1 callersFunctionhandleToggleFavorite
(e: React.MouseEvent, item: any)
eventcatalog/src/components/Search/SearchModal.tsx:226
↓ 1 callersFunctionhasChildren
(node: NavNode)
eventcatalog/src/components/SideNav/NestedSideBar/index.tsx:543
↓ 1 callersFunctionhasExtension
(str)
src/map-catalog-to-astro.js:101
↓ 1 callersFunctionhasGit
()
eventcatalog/src/utils/git.ts:3
↓ 1 callersFunctionhasNestedFields
(type: any)
eventcatalog/src/components/SchemaExplorer/AvroSchemaViewer.tsx:54
↓ 1 callersMethodhasValidProps
* Override these static methods if needed
eventcatalog/src/utils/page-loaders/hybrid-page.ts:54
↓ 1 callersFunctioninit
* Initializes and caches the owners by fetching from the 'users' and 'teams' collections.
eventcatalog/src/utils/collections/owners.ts:11
↓ 1 callersFunctioninitZoom
()
eventcatalog/src/components/MDX/NodeGraph/MermaidView.tsx:87
↓ 1 callersFunctionisCatalogRelated
* Checks whether the given path is a configuration file, styles file, public asset file or collection file. * @param {string} filePath - The file pat
src/map-catalog-to-astro.js:67
↓ 1 callersFunctionisDevMode
()
eventcatalog/src/utils/feature.ts:75
↓ 1 callersFunctionisEventCatalogMCPEnabled
()
eventcatalog/src/utils/feature.ts:73
↓ 1 callersFunctionisFieldRequired
(field: any)
eventcatalog/src/components/SchemaExplorer/AvroSchemaViewer.tsx:72
↓ 1 callersFunctionloadCollapsedSections
()
eventcatalog/src/components/SideNav/NestedSideBar/storage.ts:60
↓ 1 callersFunctionloadState
()
eventcatalog/src/components/SideNav/NestedSideBar/storage.ts:38
↓ 1 callersFunctionmain
* Main update function
scripts/update-size-baseline.js:54
↓ 1 callersFunctionmain
* Main function
scripts/notify-discord-release.js:185
↓ 1 callersFunctionmain
()
scripts/preview-catalog-locally.js:5
↓ 1 callersFunctionmain
* Main size check
scripts/check-build-size.js:54
↓ 1 callersFunctionmain
()
scripts/start-server-locally.js:5
↓ 1 callersFunctionmain
()
scripts/start-catalog-locally.js:5
↓ 1 callersFunctionmain
()
scripts/generate-catalog-locally.js:5
↓ 1 callersFunctionmergeAllOfSchemas
(schemaWithProcessor: any)
eventcatalog/src/components/SchemaExplorer/JSONSchemaViewer.tsx:43
↓ 1 callersFunctionmergeMaps
(...maps: Map<string, T[]>[])
eventcatalog/src/utils/collections/util.ts:267
↓ 1 callersFunctionnavigateToFavorite
(favorite: FavoriteItem)
eventcatalog/src/components/SideNav/NestedSideBar/index.tsx:620
↓ 1 callersFunctionnavigateToLevel
(levelIndex: number)
eventcatalog/src/components/SideNav/NestedSideBar/index.tsx:590
↓ 1 callersFunctionnormalizeAuth0User
(user: any, token: any)
eventcatalog/src/enterprise/auth/middleware/middleware-auth.ts:193
↓ 1 callersFunctionnormalizeGenericUser
(user: any, token: any)
eventcatalog/src/enterprise/auth/middleware/middleware-auth.ts:289
↓ 1 callersFunctionnormalizeGoogleUser
(user: any, token: any)
eventcatalog/src/enterprise/auth/middleware/middleware-auth.ts:271
↓ 1 callersFunctionnormalizeMicrosoftUser
(user: any, token: any)
eventcatalog/src/enterprise/auth/middleware/middleware-auth.ts:248
↓ 1 callersFunctionnormalizeOktaUser
(user: any, token: any)
eventcatalog/src/enterprise/auth/middleware/middleware-auth.ts:208
↓ 1 callersFunctionnormalizeUserData
(session: any)
eventcatalog/src/enterprise/auth/middleware/middleware-auth.ts:152
↓ 1 callersFunctionparseReleaseNotes
* Parse the release body and extract changes by category
scripts/notify-discord-release.js:33
← previousnext →301–400 of 755, ranked by callers