MCPcopy Create free account

hub / github.com/amelioro/ameliorate / functions

Functions865 in github.com/amelioro/ameliorate

↓ 1 callersFunctiononScreenshotSubmit
({ width, height }: ScreenshotFormData)
src/web/topic/components/TopicWorkspace/ScreenshotResolutionDialog.tsx:28
↓ 1 callersFunctiononSubmit
(data: FormData)
src/web/topic/components/TopicForm/TopicForm.tsx:60
↓ 1 callersFunctionpan
(direction: PanDirection)
src/web/topic/hooks/flowHooks.ts:87
↓ 1 callersFunctionparseBearerToken
(authorizationHeader: string | undefined)
src/api/personalAccessTokenAuth.ts:71
↓ 1 callersFunctionparseRawJson
(raw: string)
mcp-server/src/index.ts:58
↓ 1 callersFunctionparseStoreSkeletons
(input: unknown)
src/web/topic/loadStores.ts:109
↓ 1 callersFunctionparseUsers
()
mcp-server/src/index.ts:67
↓ 1 callersFunctionpathIsBetweenMutuallyExclusiveNodes
(path: Path)
src/web/topic/utils/indirectEdges.ts:139
↓ 1 callersFunctionpopulate
()
src/pages/playground.page.tsx:37
↓ 1 callersFunctionpopulate
()
src/pages/[username]/[topicTitle].page.tsx:58
↓ 1 callersFunctionpopulateDiagramFromApi
(topicData: TopicData)
src/web/topic/diagramStore/loadActions.ts:13
↓ 1 callersFunctionpopulateDiagramFromLocalStorage
()
src/web/topic/diagramStore/loadActions.ts:41
↓ 1 callersFunctionrecalculateSelectedView
(newView: ViewState)
src/web/view/quickViewStore/store.ts:275
↓ 1 callersFunctionreconnectEdge
( oldEdge: { id: string; source: string; target: string }, newSourceId: string | null, newTargetId: stri
src/web/topic/diagramStore/createDeleteActions.ts:227
↓ 1 callersFunctionredo
()
src/web/view/quickViewStore/store.ts:310
↓ 1 callersFunctionredo
()
src/web/topic/diagramStore/utilActions.ts:70
↓ 1 callersFunctionresetComments
()
src/web/comment/store/commentStore.ts:162
↓ 1 callersFunctionresetPerspectives
()
src/web/view/perspectiveStore.ts:53
↓ 1 callersFunctionrethrowWithData
(error: unknown, ...data: any[])
src/common/errorHandling.ts:28
↓ 1 callersFunctionrollbackMigration
()
scripts/rollbackMigration.ts:8
↓ 1 callersFunctionsaveView
(viewId: string)
src/web/view/quickViewStore/store.ts:167
↓ 1 callersFunctionseed
()
scripts/seed.ts:11
↓ 1 callersFunctionselectViewFromState
(viewState: ViewState)
src/web/view/quickViewStore/store.ts:292
↓ 1 callersFunctionsendAllEmails
(emails: Email[])
src/api/email.ts:51
↓ 1 callersFunctionsetAggregationMode
(aggregationMode: AggregationMode)
src/web/view/perspectiveStore.ts:49
↓ 1 callersFunctionsetCustomEdgeLabel
(edge: Edge, value: string)
src/web/topic/diagramStore/actions.ts:86
↓ 1 callersFunctionsetCustomNodeType
(node: Node, value: string)
src/web/topic/diagramStore/actions.ts:65
↓ 1 callersFunctionsetDiagramData
(state: DiagramStoreState, sessionUsername?: string)
src/web/topic/diagramStore/utilActions.ts:28
↓ 1 callersFunctionsetDraft
( parentId: string | null, parentType: CommentParentType, content: string, commentId?: string, )
src/web/comment/store/draftStore.ts:77
↓ 1 callersFunctionsetFlowMethods
( getNodes: () => FlowNode[], getNodesBounds: GeneralHelpers["getNodesBounds"], )
src/web/topic/components/Diagram/externalFlowStore.ts:22
↓ 1 callersFunctionsetGeneralFilter
(generalFilter: GeneralFilter)
src/web/view/currentViewStore/filter.ts:107
↓ 1 callersFunctionsetGraphPartNotes
(graphPart: GraphPart, value: string)
src/web/topic/diagramStore/actions.ts:133
↓ 1 callersFunctionsetLayoutThoroughness
(thoroughness: number)
src/web/view/currentViewStore/layout.ts:50
↓ 1 callersFunctionsetNodeText
(nodeId: string, value: string)
src/web/topic/diagramStore/actions.ts:53
↓ 1 callersFunctionsetPartIdToCentralize
(partId: string)
src/web/common/store/ephemeralStore.ts:46
↓ 1 callersFunctionsetPerspectives
(perspectives: string[])
src/web/view/perspectiveStore.ts:45
↓ 1 callersFunctionsetReactTourProps
(props: TourProps)
src/web/tutorial/reactourWrapper.ts:11
↓ 1 callersFunctionsetSelectedSummaryTab
(tab: Category)
src/web/view/currentViewStore/summary.ts:51
↓ 1 callersFunctionsetStandardFilter
(category: InfoCategory, filter: StandardFilter)
src/web/view/currentViewStore/filter.ts:90
↓ 1 callersFunctionsetTableFilter
(tableFilter: TableFilter)
src/web/view/currentViewStore/filter.ts:103
↓ 1 callersFunctionsetTitle
(viewId: string, newTitle: string)
src/web/view/quickViewStore/store.ts:147
↓ 1 callersFunctionsetTransposed
(value: boolean)
src/web/view/currentViewStore/table.ts:9
↓ 1 callersFunctionsetTutorialHasStarted
(tutorial: Tutorial, track: Track | null)
src/web/tutorial/tutorialStore.ts:49
↓ 1 callersFunctionsetView
(viewState: ViewState)
src/web/view/currentViewStore/store.ts:166
↓ 1 callersFunctionsetWhenToShowIndicators
(whenToShowIndicators: WhenToShowIndicators)
src/web/view/userConfigStore/store.ts:138
↓ 1 callersFunctionshouldFlipEdge
( edge: MinimalEdge | MinimalCalculatedEdge, nodes: MinimalNode[], edges: (MinimalEdge | MinimalCalculat
src/web/topic/utils/layout.ts:356
↓ 1 callersFunctionshowInfo
(trigger: Trigger, message: ReactNode, anchor?: Anchor)
src/web/common/components/InfoDialog/infoEvents.ts:24
↓ 1 callersFunctionsolidifyTopicData
( topicId: number, username: string, nodes: CreateNode[], edges: CreateEdge[], scores: CreateScore[]
src/api/routers/topic.ts:326
↓ 1 callersFunctionstartWelcomeTutorial
(track: Track)
src/web/tutorial/tutorial.ts:62
↓ 1 callersFunctionstopForcingNodeToShow
(nodeId: string)
src/web/view/currentViewStore/filter.ts:241
↓ 1 callersFunctionstringToColor
(string: string)
src/web/common/components/ProfileIcon/ProfileIcon.tsx:3
↓ 1 callersFunctiontoggleAvoidEdgeLabelOverlap
(avoid: boolean)
src/web/view/currentViewStore/layout.ts:44
↓ 1 callersFunctiontoggleEnableContentIndicators
()
src/web/view/userConfigStore/store.ts:146
↓ 1 callersFunctiontoggleEnableForceShownIndicators
()
src/web/view/userConfigStore/store.ts:156
↓ 1 callersFunctiontoggleEnableScoresToShow
()
src/web/view/userConfigStore/store.ts:142
↓ 1 callersFunctiontoggleEnableSemanticArrowShapes
()
src/web/view/userConfigStore/store.ts:162
↓ 1 callersFunctiontoggleEnableViewIndicators
()
src/web/view/userConfigStore/store.ts:152
↓ 1 callersFunctiontoggleExpandDetailsTabs
()
src/web/view/userConfigStore/store.ts:130
↓ 1 callersFunctiontoggleFillNodeAttachmentWithColor
(fill: boolean)
src/web/view/userConfigStore/store.ts:126
↓ 1 callersFunctiontoggleFillNodesWithColor
(fill: boolean)
src/web/view/userConfigStore/store.ts:122
↓ 1 callersFunctiontoggleForceNodesIntoLayers
(force: boolean)
src/web/view/currentViewStore/layout.ts:26
↓ 1 callersFunctiontoggleLayerNodeIslandsTogether
(layer: boolean)
src/web/view/currentViewStore/layout.ts:32
↓ 1 callersFunctiontoggleMinimizeEdgeCrossings
(minimize: boolean)
src/web/view/currentViewStore/layout.ts:38
↓ 1 callersFunctiontoggleQuickScoring
()
src/web/view/userConfigStore/store.ts:134
↓ 1 callersFunctiontoggleShowImpliedEdges
(show: boolean)
src/web/view/currentViewStore/filter.ts:280
↓ 1 callersFunctiontoggleShowProblemCriterionSolutionEdges
(show: boolean)
src/web/view/currentViewStore/filter.ts:286
↓ 1 callersFunctiontoggleUnrestrictedEditing
(unrestricted: boolean)
src/web/view/actionConfigStore.ts:47
↓ 1 callersFunctiontutorialIsOpen
()
src/web/tutorial/tutorial.ts:91
↓ 1 callersFunctionundo
()
src/web/view/quickViewStore/store.ts:306
↓ 1 callersFunctionundo
()
src/web/topic/diagramStore/utilActions.ts:66
↓ 1 callersFunctionunsubscribe
(code: string)
src/api/notifications/subscription.ts:3
↓ 1 callersFunctionupdateLastUsedAtIfStale
(tokenId: number, currentLastUsedAt: Date | null)
src/api/personalAccessTokenAuth.ts:83
↓ 1 callersFunctionuploadTopic
( event: React.ChangeEvent<HTMLInputElement>, sessionUsername?: string, )
src/web/topic/loadStores.ts:239
↓ 1 callersFunctionupsertComment
( authorName: string, parentId: string | null, parentType: CommentParentType, content: string, comme
src/web/comment/store/commentStore.ts:102
↓ 1 callersFunctionuseAddressed
(summaryNode: Node)
src/web/topic/diagramStore/summary.ts:52
↓ 1 callersFunctionuseAnchorPosition
()
src/web/common/store/contextMenuStore.ts:31
↓ 1 callersFunctionuseAnswerDetails
(answerNodeId: string)
src/web/topic/diagramStore/nodeTypeHooks.ts:40
↓ 1 callersFunctionuseBenefits
(summaryNode: Node)
src/web/topic/diagramStore/summary.ts:78
↓ 1 callersFunctionuseCanGoBackForward
()
src/web/view/selectedPartStore.ts:91
↓ 1 callersFunctionuseCanGoBackForward
()
src/web/view/currentViewStore/store.ts:142
↓ 1 callersFunctionuseCanUndoRedo
()
src/web/view/quickViewStore/store.ts:103
↓ 1 callersFunctionuseCauses
(summaryNode: Node)
src/web/topic/diagramStore/summary.ts:96
↓ 1 callersFunctionuseComponents
(summaryNode: Node)
src/web/topic/diagramStore/summary.ts:40
↓ 1 callersFunctionuseConnectableNodes
(fromNodeId: string, addableRelations: DirectedToRelation[])
src/web/topic/diagramStore/nodeHooks.ts:46
↓ 1 callersFunctionuseContextMenuContext
()
src/web/common/store/contextMenuStore.ts:33
↓ 1 callersFunctionuseCoreNodes
()
src/web/topic/diagramStore/nodeHooks.ts:87
↓ 1 callersFunctionuseCriterionSolutionEdges
(problemNodeId: string | undefined)
src/web/topic/diagramStore/nodeHooks.ts:135
↓ 1 callersFunctionuseDefaultNode
(nodeType: NodeType, nodeId?: string)
src/web/topic/diagramStore/nodeHooks.ts:177
↓ 1 callersFunctionuseDetriments
(summaryNode: Node)
src/web/topic/diagramStore/summary.ts:84
↓ 1 callersFunctionuseDisplayedEdgeIds
(nodeId: string)
src/web/topic/diagramStore/filteredDiagramStore.ts:40
↓ 1 callersFunctionuseDisplayedNeighborIds
(nodeId: string)
src/web/topic/diagramStore/filteredDiagramStore.ts:50
↓ 1 callersFunctionuseDrillDownDepthContext
()
src/web/common/components/Menu/MobileMenuDrawer.tsx:39
↓ 1 callersFunctionuseEdge
(edgeId: string | null)
src/web/topic/diagramStore/edgeHooks.ts:7
↓ 1 callersFunctionuseEdgeNodes
(edgeId: string)
src/web/topic/diagramStore/edgeHooks.ts:19
↓ 1 callersFunctionuseEffects
(summaryNode: Node)
src/web/topic/diagramStore/summary.ts:90
↓ 1 callersFunctionuseFactDetails
(factNodeId: string)
src/web/topic/diagramStore/nodeTypeHooks.ts:54
↓ 1 callersFunctionuseFilteredDiagram
()
src/web/topic/diagramStore/filteredDiagramStore.ts:23
↓ 1 callersFunctionuseFloatingToolbar
(nodeRef: HTMLDivElement | null, selected: boolean)
src/web/topic/components/Node/EditableNode.tsx:46
↓ 1 callersFunctionuseFlowZoom
()
src/web/topic/hooks/flowHooks.ts:119
↓ 1 callersFunctionuseGraphPart
(graphPartId: string | null)
src/web/topic/diagramStore/graphPartHooks.ts:95
← previousnext →401–500 of 865, ranked by callers