MCPcopy Create free account

hub / github.com/amelioro/ameliorate / functions

Functions865 in github.com/amelioro/ameliorate

↓ 1 callersFunctioncreateSubscriptions
(comment: Comment, threadStarterCommentId: string)
src/api/notifications/commentCreated.ts:84
↓ 1 callersFunctioncreateUnsubscribeCodesForUsers
(users: User[], threadStarterCommentId: string)
src/api/notifications/commentCreated.ts:141
↓ 1 callersFunctioncreateView
()
src/web/view/quickViewStore/store.ts:121
↓ 1 callersFunctiondeleteComment
(commentId: string)
src/web/comment/store/commentStore.ts:142
↓ 1 callersFunctiondeleteView
(viewId: string)
src/web/view/quickViewStore/store.ts:186
↓ 1 callersFunctiondownloadTopic
()
src/web/topic/loadStores.ts:180
↓ 1 callersFunctiondrawBezierCurvesFromPoints
( startPoint: Point, bendPoints: Point[], endPoint: Point, )
src/web/topic/components/Edge/svgPathDrawer.ts:212
↓ 1 callersFunctionensureUnique
( diagramStoreState: DiagramStoreState, quickViewStoreState: QuickViewStoreState, )
src/web/topic/loadStores.ts:206
↓ 1 callersFunctionfindValidPersonalAccessToken
(bearerToken: string)
src/api/personalAccessTokenAuth.ts:43
↓ 1 callersFunctionformSchema
(utils: ReturnType<typeof trpc.useUtils>)
src/pages/choose-username.page.tsx:33
↓ 1 callersFunctionformSchema
(utils: ReturnType<typeof trpc.useUtils>, username: string, topic?: Topic)
src/web/topic/components/TopicForm/TopicForm.tsx:229
↓ 1 callersFunctionformSchema
(currentView: QuickView, quickViews: QuickView[])
src/web/topic/components/TopicPane/QuickViewForm.tsx:23
↓ 1 callersFunctionformSchema
()
src/web/topic/components/TopicPane/TopicDetails.tsx:38
↓ 1 callersFunctionformatNodeWithRelationDescription
(node: WebNode, relationDescription: string)
src/api/topicAI.ts:116
↓ 1 callersFunctiongenerateBezierPath
(start: Point, end: Point, parallelOffsetIndex: number)
src/web/topic/components/Edge/svgPathDrawer.ts:91
↓ 1 callersFunctiongenerateMigration
()
scripts/generateMigration.ts:10
↓ 1 callersFunctiongenerateSiteMap
(publicTopics: Awaited<ReturnType<typeof getPublicTopics>>)
src/pages/sitemap-generated.xml.page.ts:18
↓ 1 callersFunctiongetArrowTransformAtLabelBorder
( pathDefinition: string, labelX: number, labelY: number, labelWidthPx: number, labelHeightPx: numbe
src/web/topic/components/Edge/EdgeArrow.tsx:157
↓ 1 callersFunctiongetArrowTypeForEdge
(edgeType: AnyRelationName)
src/web/topic/components/Edge/EdgeArrow.tsx:111
↓ 1 callersFunctiongetAspectNodes
( summaryNode: Node, graph: Graph, aspect: Aspect, )
src/web/summary/aspectFilter.ts:47
↓ 1 callersFunctiongetAspectsForNodeType
(nodeType: NodeType)
src/web/summary/summary.ts:107
↓ 1 callersFunctiongetAverageScore
(userScores: DisplayScore[])
src/web/topic/utils/score.ts:73
↓ 1 callersFunctiongetConnectingEdge
( graphPartId1: string, graphPartId2: string, edges: TEdge[], )
src/web/topic/utils/edge.ts:463
↓ 1 callersFunctiongetCrudDiffs
( before: T[], after: T[], identifierFn: (element: T) => string, )
src/web/view/quickViewStore/apiSyncerMiddleware.ts:20
↓ 1 callersFunctiongetCrudDiffs
( before: T[], after: T[], identifierFn: (element: T) => string, )
src/web/comment/store/apiSyncerMiddleware.ts:20
↓ 1 callersFunctiongetDefaultQuickView
()
src/web/view/quickViewStore/store.ts:384
↓ 1 callersFunctiongetDisagreementScore
(userScores: DisplayScore[])
src/web/topic/utils/score.ts:87
↓ 1 callersFunctiongetEvaluatingTradeoffsSteps
(track: Track | null)
src/web/tutorial/steps/evaluatingTradeoffs.tsx:12
↓ 1 callersFunctiongetFlashlightMode
()
src/web/view/actionConfigStore.ts:77
↓ 1 callersFunctiongetFurtherPathsToExplore
( path: Path, hiddenDownstreamEdgesByNodeId: Record<string, MinimalEdge[]>, hiddenUpstreamEdgesByNodeId:
src/web/topic/utils/indirectEdges.ts:178
↓ 1 callersFunctiongetImplicitText
(arguedDiagramPartId: string, topicGraph: Graph)
src/web/topic/utils/justification.ts:17
↓ 1 callersFunctiongetIndirectEdge
(edgeId: string)
src/web/topic/diagramStore/filteredDiagramStore.ts:100
↓ 1 callersFunctiongetIndirectEdgeId
(path: Path)
src/web/topic/utils/indirectEdges.ts:36
↓ 1 callersFunctiongetLastStartedTrack
()
src/web/tutorial/tutorialStore.ts:89
↓ 1 callersFunctiongetLastStartedTutorial
()
src/web/tutorial/tutorialStore.ts:85
↓ 1 callersFunctiongetLengthToLabel
( pathElement: SVGPathElement, totalLength: number, labelX: number, labelY: number, )
src/web/topic/components/Edge/EdgeArrow.tsx:214
↓ 1 callersFunctiongetLinkToPart
( diagramPartId: string, topic: PlaygroundTopic | UserTopic, viewTitle?: string, )
src/common/diagramPart.ts:6
↓ 1 callersFunctiongetNeighbors
(nodeId: string)
src/web/topic/diagramStore/nodeGetters.ts:11
↓ 1 callersFunctiongetNewTitle
(existingTitles: string[])
src/web/view/quickViewStore/store.ts:112
↓ 1 callersFunctiongetNewTopicProblemNode
(topicId: number, topicTitle: string)
src/common/node.ts:252
↓ 1 callersFunctiongetNodesBounds
(...props: Parameters<GeneralHelpers["getNodesBounds"]>)
src/web/topic/components/Diagram/externalFlowStore.ts:37
↓ 1 callersFunctiongetParallelOffsetsByEdgeId
(layoutedEdges: LayoutedEdge[])
src/web/topic/components/Diagram/Diagram.tsx:83
↓ 1 callersFunctiongetPathDefinitionForEdge
( edgeLayoutData: EdgeLayoutData, avoidEdgeLabelOverlap: boolean, )
src/web/topic/components/Edge/svgPathDrawer.ts:140
↓ 1 callersFunctiongetPathMidpoint
(pathDefinition: string)
src/web/topic/components/Edge/svgPathDrawer.ts:185
↓ 1 callersFunctiongetPerspectiveScoresByGraphPart
( graphPartIds: string[], perspectives: string[], userScores: UserScores, )
src/web/topic/utils/score.ts:140
↓ 1 callersFunctiongetPerspectives
()
src/web/view/perspectiveStore.ts:65
↓ 1 callersFunctiongetPublicTopics
()
src/api/topic/topic.ts:4
↓ 1 callersFunctiongetQuickViewByTitle
(title: string)
src/web/view/quickViewStore/store.ts:370
↓ 1 callersFunctiongetReadingDiagramSteps
(track?: Track | null)
src/web/tutorial/steps/readingDiagram.tsx:13
↓ 1 callersFunctiongetReadonlyMode
()
src/web/view/actionConfigStore.ts:81
↓ 1 callersFunctiongetRefinedVisibleAct
()
src/api/topicAI.ts:47
↓ 1 callersFunctiongetRenderedNodes
()
src/web/topic/components/Diagram/externalFlowStore.ts:32
↓ 1 callersFunctiongetSameCategoryEdgeTypes
(edgeType: RelationName)
src/common/edge.ts:282
↓ 1 callersFunctiongetScoringUsernames
()
src/web/topic/diagramStore/utilActions.ts:23
↓ 1 callersFunctiongetSecondaryNeighbors
( primaryNodes: MinimalNode[], graph: { nodes: TNode[]; edges: MinimalEdge[] }, generalFilter: GeneralFi
src/web/topic/utils/graph.ts:275
↓ 1 callersFunctiongetSelectedViewTitle
()
src/web/view/quickViewStore/store.ts:375
↓ 1 callersFunctiongetServerSideProps
({ res }: GetServerSidePropsContext)
src/pages/sitemap-generated.xml.page.ts:40
↓ 1 callersFunctiongetStandardFilterWithFallbacks
(standardFilter: StandardFilter)
src/web/view/currentViewStore/filter.ts:306
↓ 1 callersFunctiongetStepHeader
(tutorial: Tutorial | null, track: Track | null)
src/web/tutorial/tutorialUtils.ts:49
↓ 1 callersFunctiongetTopicRefinedForAIWithSummaries
({ nodes, edges, onlyIncludeCoreNodes, includeIncomingOutgoingSummaries, }: TopicRefinedForAIProps)
src/api/topicAI.ts:198
↓ 1 callersFunctiongetTopicRefinedForAIWithoutSummaries
({ nodes, edges, }: TopicRefinedForAIWithoutSummariesProps)
src/api/topicAI.ts:225
↓ 1 callersFunctiongetTopicTitleFromNodes
(state: DiagramStoreState)
src/web/topic/diagramStore/utils.ts:4
↓ 1 callersFunctiongetTutorialHasCompleted
(tutorial: Tutorial)
src/web/tutorial/tutorialStore.ts:97
↓ 1 callersFunctiongetTutorialSteps
(tutorial: Tutorial, track: Track | null)
src/web/tutorial/tutorial.ts:18
↓ 1 callersFunctiongetUsersToNotify
(comment: Comment, threadStarterCommentId: string)
src/api/notifications/commentCreated.ts:17
↓ 1 callersFunctiongetViewportToIncludeNode
( node: ReactFlowNode, viewport: Viewport, viewportHeight: number, viewportWidth: number, )
src/web/topic/hooks/flowHooks.ts:6
↓ 1 callersFunctionhandleGraphPartChanged
(editorUsername: string, topicId: number)
src/api/notifications/watch.ts:3
↓ 1 callersFunctionhasComments
()
src/web/comment/store/commentStore.ts:157
↓ 1 callersFunctionhasJustification
(edge: MinimalEdge, justificationEdges: Edge[])
src/web/topic/utils/justification.ts:11
↓ 1 callersFunctionhasSeenTrigger
(trigger: Trigger)
src/web/common/components/InfoDialog/infoDialogStore.ts:38
↓ 1 callersFunctionhideBanner
()
src/web/common/components/SiteBanner/bannerStore.tsx:41
↓ 1 callersFunctionhideImpliedEdges
( edges: TEdge[], displayGraph: MinimalGraph, topicGraph: { nodes: MinimalNode[]; edges: Edge[] }, )
src/web/view/utils/miscDiagramFilters.ts:9
↓ 1 callersFunctionhideNode
(nodeId: string)
src/web/view/currentViewStore/filter.ts:266
↓ 1 callersFunctionhideProblemCriterionSolutionEdges
( nodes: MinimalNode[], edges: TEdge[], )
src/web/view/utils/miscDiagramFilters.ts:28
↓ 1 callersFunctioninitializeBanner
()
src/web/common/components/SiteBanner/bannerStore.tsx:33
↓ 1 callersFunctionisEdgeAShortcut
(edge: MinimalEdge, topicGraph: MinimalGraph)
src/web/topic/utils/edge.ts:478
↓ 1 callersFunctionisEdgeImplied
( edge: MinimalEdge, graph: MinimalGraph, justificationEdges: Edge[], )
src/web/topic/utils/edge.ts:555
↓ 1 callersFunctionisEdgeImpliedByComposition
(edge: MinimalEdge, topicGraph: MinimalGraph)
src/web/topic/utils/edge.ts:511
↓ 1 callersFunctionisNodeNewlyAdded
(nodeId: string, context: WorkspaceContextType)
src/web/common/store/ephemeralStore.ts:55
↓ 1 callersFunctionisOnPlayground
()
src/web/topic/topicStore/store.ts:149
↓ 1 callersFunctionisOnlyModifyingResolved
(commentToUpdate: Comment, foundComment: Comment)
src/api/routers/comment.ts:12
↓ 1 callersFunctionisProblem
(node: Node)
src/web/topic/components/Indicator/CriteriaTableIndicator.tsx:9
↓ 1 callersFunctionlayout
( diagram: GraphToLayout, partition: boolean, layerNodeIslandsTogether: boolean, minimizeEdgeCrossings
src/web/topic/utils/layout.ts:512
↓ 1 callersFunctionlayoutDiagram
()
src/web/topic/hooks/diagramHooks.ts:40
↓ 1 callersFunctionloadCommentsFromApi
(comments: StoreComment[])
src/web/comment/store/commentStore.ts:178
↓ 1 callersFunctionloadCommentsFromLocalStorage
()
src/web/comment/store/commentStore.ts:205
↓ 1 callersFunctionloadQuickViewsFromApi
(views: QuickView[])
src/web/view/quickViewStore/store.ts:318
↓ 1 callersFunctionloadQuickViewsFromDownloaded
(json: QuickViewStoreState)
src/web/view/quickViewStore/store.ts:365
↓ 1 callersFunctionloadQuickViewsFromLocalStorage
()
src/web/view/quickViewStore/store.ts:346
↓ 1 callersFunctionloadTopicFromApi
(topicData: ApiTopic)
src/web/topic/topicStore/store.ts:93
↓ 1 callersFunctionloadTopicFromLocalStorage
()
src/web/topic/topicStore/store.ts:120
↓ 1 callersFunctionmain
()
src/db/dataMigrations/20240926155659_rename_structure_to_breakdown.ts:12
↓ 1 callersFunctionmain
()
mcp-server/src/index.ts:166
↓ 1 callersFunctionmain
()
mcp-server/scripts/generate-schemas.ts:36
↓ 1 callersFunctionmarkTutorialCompletedOnLastStep
(tutorial: Tutorial, steps: StepType[])
src/web/tutorial/tutorial.ts:49
↓ 1 callersFunctionmidPoint
(pt1: Point, pt2: Point)
src/web/topic/components/Edge/svgPathDrawer.ts:253
↓ 1 callersFunctionmoveViewportToIncludeNode
(node: ReactFlowNode)
src/web/topic/hooks/flowHooks.ts:78
↓ 1 callersFunctionnodeStyles
(node: Node, spotlight: Spotlight)
src/web/topic/components/Node/FlowNode.styles.tsx:42
↓ 1 callersFunctionnormalizePathLabel
(path: Path)
src/web/topic/utils/indirectEdges.ts:153
↓ 1 callersFunctiononFontResize
(textAreaId: string)
src/web/topic/components/Node/NodeTextArea.tsx:13
← previousnext →301–400 of 865, ranked by callers