Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/amelioro/ameliorate
/ functions
Functions
865 in github.com/amelioro/ameliorate
⨍
Functions
865
◇
Types & classes
249
↓ 1 callers
Function
onScreenshotSubmit
({ width, height }: ScreenshotFormData)
src/web/topic/components/TopicWorkspace/ScreenshotResolutionDialog.tsx:28
↓ 1 callers
Function
onSubmit
(data: FormData)
src/web/topic/components/TopicForm/TopicForm.tsx:60
↓ 1 callers
Function
pan
(direction: PanDirection)
src/web/topic/hooks/flowHooks.ts:87
↓ 1 callers
Function
parseBearerToken
(authorizationHeader: string | undefined)
src/api/personalAccessTokenAuth.ts:71
↓ 1 callers
Function
parseRawJson
(raw: string)
mcp-server/src/index.ts:58
↓ 1 callers
Function
parseStoreSkeletons
(input: unknown)
src/web/topic/loadStores.ts:109
↓ 1 callers
Function
parseUsers
()
mcp-server/src/index.ts:67
↓ 1 callers
Function
pathIsBetweenMutuallyExclusiveNodes
(path: Path)
src/web/topic/utils/indirectEdges.ts:139
↓ 1 callers
Function
populate
()
src/pages/playground.page.tsx:37
↓ 1 callers
Function
populate
()
src/pages/[username]/[topicTitle].page.tsx:58
↓ 1 callers
Function
populateDiagramFromApi
(topicData: TopicData)
src/web/topic/diagramStore/loadActions.ts:13
↓ 1 callers
Function
populateDiagramFromLocalStorage
()
src/web/topic/diagramStore/loadActions.ts:41
↓ 1 callers
Function
recalculateSelectedView
(newView: ViewState)
src/web/view/quickViewStore/store.ts:275
↓ 1 callers
Function
reconnectEdge
( oldEdge: { id: string; source: string; target: string }, newSourceId: string | null, newTargetId: stri
src/web/topic/diagramStore/createDeleteActions.ts:227
↓ 1 callers
Function
redo
()
src/web/view/quickViewStore/store.ts:310
↓ 1 callers
Function
redo
()
src/web/topic/diagramStore/utilActions.ts:70
↓ 1 callers
Function
resetComments
()
src/web/comment/store/commentStore.ts:162
↓ 1 callers
Function
resetPerspectives
()
src/web/view/perspectiveStore.ts:53
↓ 1 callers
Function
rethrowWithData
(error: unknown, ...data: any[])
src/common/errorHandling.ts:28
↓ 1 callers
Function
rollbackMigration
()
scripts/rollbackMigration.ts:8
↓ 1 callers
Function
saveView
(viewId: string)
src/web/view/quickViewStore/store.ts:167
↓ 1 callers
Function
seed
()
scripts/seed.ts:11
↓ 1 callers
Function
selectViewFromState
(viewState: ViewState)
src/web/view/quickViewStore/store.ts:292
↓ 1 callers
Function
sendAllEmails
(emails: Email[])
src/api/email.ts:51
↓ 1 callers
Function
setAggregationMode
(aggregationMode: AggregationMode)
src/web/view/perspectiveStore.ts:49
↓ 1 callers
Function
setCustomEdgeLabel
(edge: Edge, value: string)
src/web/topic/diagramStore/actions.ts:86
↓ 1 callers
Function
setCustomNodeType
(node: Node, value: string)
src/web/topic/diagramStore/actions.ts:65
↓ 1 callers
Function
setDiagramData
(state: DiagramStoreState, sessionUsername?: string)
src/web/topic/diagramStore/utilActions.ts:28
↓ 1 callers
Function
setDraft
( parentId: string | null, parentType: CommentParentType, content: string, commentId?: string, )
src/web/comment/store/draftStore.ts:77
↓ 1 callers
Function
setFlowMethods
( getNodes: () => FlowNode[], getNodesBounds: GeneralHelpers["getNodesBounds"], )
src/web/topic/components/Diagram/externalFlowStore.ts:22
↓ 1 callers
Function
setGeneralFilter
(generalFilter: GeneralFilter)
src/web/view/currentViewStore/filter.ts:107
↓ 1 callers
Function
setGraphPartNotes
(graphPart: GraphPart, value: string)
src/web/topic/diagramStore/actions.ts:133
↓ 1 callers
Function
setLayoutThoroughness
(thoroughness: number)
src/web/view/currentViewStore/layout.ts:50
↓ 1 callers
Function
setNodeText
(nodeId: string, value: string)
src/web/topic/diagramStore/actions.ts:53
↓ 1 callers
Function
setPartIdToCentralize
(partId: string)
src/web/common/store/ephemeralStore.ts:46
↓ 1 callers
Function
setPerspectives
(perspectives: string[])
src/web/view/perspectiveStore.ts:45
↓ 1 callers
Function
setReactTourProps
(props: TourProps)
src/web/tutorial/reactourWrapper.ts:11
↓ 1 callers
Function
setSelectedSummaryTab
(tab: Category)
src/web/view/currentViewStore/summary.ts:51
↓ 1 callers
Function
setStandardFilter
(category: InfoCategory, filter: StandardFilter)
src/web/view/currentViewStore/filter.ts:90
↓ 1 callers
Function
setTableFilter
(tableFilter: TableFilter)
src/web/view/currentViewStore/filter.ts:103
↓ 1 callers
Function
setTitle
(viewId: string, newTitle: string)
src/web/view/quickViewStore/store.ts:147
↓ 1 callers
Function
setTransposed
(value: boolean)
src/web/view/currentViewStore/table.ts:9
↓ 1 callers
Function
setTutorialHasStarted
(tutorial: Tutorial, track: Track | null)
src/web/tutorial/tutorialStore.ts:49
↓ 1 callers
Function
setView
(viewState: ViewState)
src/web/view/currentViewStore/store.ts:166
↓ 1 callers
Function
setWhenToShowIndicators
(whenToShowIndicators: WhenToShowIndicators)
src/web/view/userConfigStore/store.ts:138
↓ 1 callers
Function
shouldFlipEdge
( edge: MinimalEdge | MinimalCalculatedEdge, nodes: MinimalNode[], edges: (MinimalEdge | MinimalCalculat
src/web/topic/utils/layout.ts:356
↓ 1 callers
Function
showInfo
(trigger: Trigger, message: ReactNode, anchor?: Anchor)
src/web/common/components/InfoDialog/infoEvents.ts:24
↓ 1 callers
Function
solidifyTopicData
( topicId: number, username: string, nodes: CreateNode[], edges: CreateEdge[], scores: CreateScore[]
src/api/routers/topic.ts:326
↓ 1 callers
Function
startWelcomeTutorial
(track: Track)
src/web/tutorial/tutorial.ts:62
↓ 1 callers
Function
stopForcingNodeToShow
(nodeId: string)
src/web/view/currentViewStore/filter.ts:241
↓ 1 callers
Function
stringToColor
(string: string)
src/web/common/components/ProfileIcon/ProfileIcon.tsx:3
↓ 1 callers
Function
toggleAvoidEdgeLabelOverlap
(avoid: boolean)
src/web/view/currentViewStore/layout.ts:44
↓ 1 callers
Function
toggleEnableContentIndicators
()
src/web/view/userConfigStore/store.ts:146
↓ 1 callers
Function
toggleEnableForceShownIndicators
()
src/web/view/userConfigStore/store.ts:156
↓ 1 callers
Function
toggleEnableScoresToShow
()
src/web/view/userConfigStore/store.ts:142
↓ 1 callers
Function
toggleEnableSemanticArrowShapes
()
src/web/view/userConfigStore/store.ts:162
↓ 1 callers
Function
toggleEnableViewIndicators
()
src/web/view/userConfigStore/store.ts:152
↓ 1 callers
Function
toggleExpandDetailsTabs
()
src/web/view/userConfigStore/store.ts:130
↓ 1 callers
Function
toggleFillNodeAttachmentWithColor
(fill: boolean)
src/web/view/userConfigStore/store.ts:126
↓ 1 callers
Function
toggleFillNodesWithColor
(fill: boolean)
src/web/view/userConfigStore/store.ts:122
↓ 1 callers
Function
toggleForceNodesIntoLayers
(force: boolean)
src/web/view/currentViewStore/layout.ts:26
↓ 1 callers
Function
toggleLayerNodeIslandsTogether
(layer: boolean)
src/web/view/currentViewStore/layout.ts:32
↓ 1 callers
Function
toggleMinimizeEdgeCrossings
(minimize: boolean)
src/web/view/currentViewStore/layout.ts:38
↓ 1 callers
Function
toggleQuickScoring
()
src/web/view/userConfigStore/store.ts:134
↓ 1 callers
Function
toggleShowImpliedEdges
(show: boolean)
src/web/view/currentViewStore/filter.ts:280
↓ 1 callers
Function
toggleShowProblemCriterionSolutionEdges
(show: boolean)
src/web/view/currentViewStore/filter.ts:286
↓ 1 callers
Function
toggleUnrestrictedEditing
(unrestricted: boolean)
src/web/view/actionConfigStore.ts:47
↓ 1 callers
Function
tutorialIsOpen
()
src/web/tutorial/tutorial.ts:91
↓ 1 callers
Function
undo
()
src/web/view/quickViewStore/store.ts:306
↓ 1 callers
Function
undo
()
src/web/topic/diagramStore/utilActions.ts:66
↓ 1 callers
Function
unsubscribe
(code: string)
src/api/notifications/subscription.ts:3
↓ 1 callers
Function
updateLastUsedAtIfStale
(tokenId: number, currentLastUsedAt: Date | null)
src/api/personalAccessTokenAuth.ts:83
↓ 1 callers
Function
uploadTopic
( event: React.ChangeEvent<HTMLInputElement>, sessionUsername?: string, )
src/web/topic/loadStores.ts:239
↓ 1 callers
Function
upsertComment
( authorName: string, parentId: string | null, parentType: CommentParentType, content: string, comme
src/web/comment/store/commentStore.ts:102
↓ 1 callers
Function
useAddressed
(summaryNode: Node)
src/web/topic/diagramStore/summary.ts:52
↓ 1 callers
Function
useAnchorPosition
()
src/web/common/store/contextMenuStore.ts:31
↓ 1 callers
Function
useAnswerDetails
(answerNodeId: string)
src/web/topic/diagramStore/nodeTypeHooks.ts:40
↓ 1 callers
Function
useBenefits
(summaryNode: Node)
src/web/topic/diagramStore/summary.ts:78
↓ 1 callers
Function
useCanGoBackForward
()
src/web/view/selectedPartStore.ts:91
↓ 1 callers
Function
useCanGoBackForward
()
src/web/view/currentViewStore/store.ts:142
↓ 1 callers
Function
useCanUndoRedo
()
src/web/view/quickViewStore/store.ts:103
↓ 1 callers
Function
useCauses
(summaryNode: Node)
src/web/topic/diagramStore/summary.ts:96
↓ 1 callers
Function
useComponents
(summaryNode: Node)
src/web/topic/diagramStore/summary.ts:40
↓ 1 callers
Function
useConnectableNodes
(fromNodeId: string, addableRelations: DirectedToRelation[])
src/web/topic/diagramStore/nodeHooks.ts:46
↓ 1 callers
Function
useContextMenuContext
()
src/web/common/store/contextMenuStore.ts:33
↓ 1 callers
Function
useCoreNodes
()
src/web/topic/diagramStore/nodeHooks.ts:87
↓ 1 callers
Function
useCriterionSolutionEdges
(problemNodeId: string | undefined)
src/web/topic/diagramStore/nodeHooks.ts:135
↓ 1 callers
Function
useDefaultNode
(nodeType: NodeType, nodeId?: string)
src/web/topic/diagramStore/nodeHooks.ts:177
↓ 1 callers
Function
useDetriments
(summaryNode: Node)
src/web/topic/diagramStore/summary.ts:84
↓ 1 callers
Function
useDisplayedEdgeIds
(nodeId: string)
src/web/topic/diagramStore/filteredDiagramStore.ts:40
↓ 1 callers
Function
useDisplayedNeighborIds
(nodeId: string)
src/web/topic/diagramStore/filteredDiagramStore.ts:50
↓ 1 callers
Function
useDrillDownDepthContext
()
src/web/common/components/Menu/MobileMenuDrawer.tsx:39
↓ 1 callers
Function
useEdge
(edgeId: string | null)
src/web/topic/diagramStore/edgeHooks.ts:7
↓ 1 callers
Function
useEdgeNodes
(edgeId: string)
src/web/topic/diagramStore/edgeHooks.ts:19
↓ 1 callers
Function
useEffects
(summaryNode: Node)
src/web/topic/diagramStore/summary.ts:90
↓ 1 callers
Function
useFactDetails
(factNodeId: string)
src/web/topic/diagramStore/nodeTypeHooks.ts:54
↓ 1 callers
Function
useFilteredDiagram
()
src/web/topic/diagramStore/filteredDiagramStore.ts:23
↓ 1 callers
Function
useFloatingToolbar
(nodeRef: HTMLDivElement | null, selected: boolean)
src/web/topic/components/Node/EditableNode.tsx:46
↓ 1 callers
Function
useFlowZoom
()
src/web/topic/hooks/flowHooks.ts:119
↓ 1 callers
Function
useGraphPart
(graphPartId: string | null)
src/web/topic/diagramStore/graphPartHooks.ts:95
← previous
next →
401–500 of 865, ranked by callers