MCPcopy Create free account

hub / github.com/triggerdotdev/jsonhero-web / functions

Functions342 in github.com/triggerdotdev/jsonhero-web

↓ 1 callersFunctiongetMinimalFromRequest
(request: Request)
app/routes/j/$id.tsx:141
↓ 1 callersFunctiongetNodeAncestorPath
( nodeTable: NodeTable, nodeId?: string, path: string[] = [] )
app/useColumnView/index.ts:520
↓ 1 callersFunctiongetOpenGraphNinja
(link: string)
app/services/uriPreview.server.ts:19
↓ 1 callersFunctiongetPathFromRequest
(request: Request)
app/routes/j/$id.tsx:125
↓ 1 callersFunctiongetPreferredTheme
()
app/components/ThemeProvider.tsx:15
↓ 1 callersFunctiongetPreviewSetup
()
app/utilities/codeMirrorSetup.ts:14
↓ 1 callersFunctiongetRandomUserAgent
()
app/utilities/getRandomUserAgent.ts:104
↓ 1 callersFunctiongetStarCount
()
app/services/github.server.ts:1
↓ 1 callersFunctiongetThemeFromRequest
(request: Request)
app/root.tsx:73
↓ 1 callersFunctiongetUriPreview
(uri: string)
app/services/uriPreview.server.ts:46
↓ 1 callersFunctiongetViewerSetup
()
app/utilities/codeMirrorSetup.ts:26
↓ 1 callersFunctiongoBackAction
()
app/useColumnView/index.ts:268
↓ 1 callersFunctiongoForwardAction
()
app/useColumnView/index.ts:275
↓ 1 callersFunctiongoToChildrenAction
()
app/useColumnView/index.ts:308
↓ 1 callersFunctiongoToNextSibling
()
app/useColumnView/index.ts:320
↓ 1 callersFunctiongoToNodeIdAction
( nodeId: string, source: string )
app/useColumnView/index.ts:288
↓ 1 callersFunctiongoToParentAction
( options?: ColumnViewAPIOptions )
app/useColumnView/index.ts:299
↓ 1 callersFunctiongoToPreviousSibling
()
app/useColumnView/index.ts:314
↓ 1 callersFunctionheadUri
( uri: string, redirectCount = 0 )
app/services/uriPreview.server.ts:89
↓ 1 callersFunctioniconForValue
(value: unknown)
app/utilities/icons.ts:31
↓ 1 callersFunctionisAncestorOf
(ancestor: string, descendant: string)
app/hooks/useJsonColumnView.tsx:197
↓ 1 callersFunctionisJSON
(possibleJson: string)
app/jsonDoc.server.ts:157
↓ 1 callersFunctionisNullable
(relatedPaths: string[], json: unknown)
app/utilities/nullable.ts:3
↓ 1 callersFunctionisUrl
(possibleUrl: string)
app/jsonDoc.server.ts:148
↓ 1 callersFunctionload
()
app/components/Preview/Types/PreviewUri.tsx:18
↓ 1 callersFunctionloadPreferences
()
app/components/PreferencesProvider.tsx:18
↓ 1 callersFunctionpathToDescendant
( ancestor: string, descendant: string )
app/utilities/jsonColumnView.ts:119
↓ 1 callersFunctionreducer
( state: JsonSearchState, action: JsonSearchAction )
app/hooks/useJsonSearch.tsx:66
↓ 1 callersFunctionresetSelectionAction
()
app/useColumnView/index.ts:282
↓ 1 callersFunctionrewriteUrl
(url: string)
app/services/uriPreview.server.ts:155
↓ 1 callersFunctionroundWithPrecision
(value: number, precision: number)
app/utilities/formatStarCount.ts:16
↓ 1 callersFunctionsavePreferences
(preferences: Preferences)
app/components/PreferencesProvider.tsx:26
↓ 1 callersFunctionschemaPathFromPath
(path: JSONHeroPath | string)
app/components/JsonSchemaViewer.tsx:40
↓ 1 callersFunctionserializeXml
( node: ChildNode & { attributes?: NamedNodeMap } )
app/utilities/xml/convertFromRawXml.ts:16
↓ 1 callersFunctionsetSuccessMessage
( session: Session, message: string, title: string )
app/services/toast.server.ts:24
↓ 1 callersFunctionstyle
()
app/components/Resizable.tsx:68
↓ 1 callersFunctiontoggleTheme
()
app/components/ThemeModeToggle.tsx:9
↓ 1 callersFunctionupdateDocument
( slug: string, title: string )
app/jsonDoc.server.ts:116
↓ 1 callersFunctionuseColumnView
({ rootNode, initialState, stateReducer, }: ColumnViewOptions)
app/useColumnView/index.ts:80
↓ 1 callersFunctionuseJsonSchema
()
app/hooks/useJsonSchema.tsx:24
↓ 1 callersFunctionuseJsonSearchState
()
app/hooks/useJsonSearch.tsx:244
↓ 1 callersFunctionuseJsonTree
(options: JsonTreeOptions)
app/hooks/useJsonTree.tsx:49
↓ 1 callersFunctionuseJsonTreeViewContext
()
app/hooks/useJsonTree.tsx:71
↓ 1 callersFunctionuseLoadWhenOnline
(callback: () => void, deps: unknown[] = [])
app/hooks/useLoadWhenOnline.tsx:3
↓ 1 callersFunctionuseMemoCompare
( next: T | null | undefined, compare: ( previous: T | null | undefined, next: T | null | undefine
app/hooks/useMemoCompare.ts:3
↓ 1 callersFunctionuseOnScreen
(ref: RefObject<HTMLElement>)
app/hooks/useOnScreen.tsx:3
↓ 1 callersFunctionuseRelatedPaths
()
app/hooks/useRelatedPaths.ts:6
↓ 1 callersFunctionuseVirtualTree
( options: UseVirtualTreeOptions<T, R> )
app/hooks/useVirtualTree.ts:205
↓ 1 callersFunctionwrapReducer
( name: string, reducer: React.Reducer<S, A> )
app/hooks/useJsonSearch.tsx:129
FunctionApp
()
app/root.tsx:82
FunctionAppWithProviders
()
app/root.tsx:103
FunctionArrayIcon
(props: React.SVGProps<SVGSVGElement>)
app/components/Icons/ArrayIcon.tsx:1
FunctionArrowKeysIcon
(props: React.SVGProps<SVGSVGElement>)
app/components/Icons/ArrowKeysIcon.tsx:1
FunctionArrowKeysUpDownIcon
(props: React.SVGProps<SVGSVGElement>)
app/components/Icons/ArrowKeysUpDownIcon.tsx:1
FunctionAutoplayVideo
({ src }: { src: string })
app/components/AutoplayVideo.tsx:4
FunctionBlankColumnElement
()
app/components/BlankColumn.tsx:3
FunctionBody
({ className, children, })
app/components/Primitives/Body.tsx:3
FunctionBodyBold
({ className, children, })
app/components/Primitives/BodyBold.tsx:3
FunctionCalendarMonth
({ date }: CalendarMonthProps)
app/components/Preview/CalendarMonth.tsx:26
FunctionCatchBoundary
()
app/routes/j/$id.tsx:250
FunctionCodeEditor
(opts: CodeEditorProps)
app/components/CodeEditor.tsx:38
FunctionCodeViewer
({ code, lang }: { code: string; lang?: "json" })
app/components/CodeViewer.tsx:9
FunctionColumnElement
(column: ColumnProps)
app/components/Column.tsx:16
FunctionColumnItemElement
({ item, json, isSelected, isHighlighted, onClick, }: ColumnItemProps)
app/components/ColumnItem.tsx:16
FunctionColumnsElement
({ columns }: { columns: ColumnDefinition[] })
app/components/Columns.tsx:13
FunctionContainerInfo
()
app/components/ContainerInfo.tsx:15
FunctionCopySelectedNodeShortcut
()
app/components/CopySelectedNode.tsx:4
FunctionCopyShortcutIcon
(props: React.SVGProps<SVGSVGElement>)
app/components/Icons/CopyShortcutIcon.tsx:1
FunctionCopyText
({ children, value, className, onCopied, }: CopyTextProps)
app/components/CopyText.tsx:10
FunctionCopyTextButton
({ value, className }: CopyTextButtonProps)
app/components/CopyTextButton.tsx:11
FunctionDataRow
({ title, value, icon })
app/components/DataTable.tsx:21
FunctionDataTable
({ rows })
app/components/DataTable.tsx:51
FunctionDefaultView
()
app/routes/j/$id/index.tsx:3
FunctionDiscordIcon
(props: React.SVGProps<SVGSVGElement>)
app/components/Icons/DiscordIcon.tsx:1
FunctionDiscordIconTransparent
(props: React.SVGProps<SVGSVGElement>)
app/components/Icons/DiscordIconTransparent.tsx:1
FunctionDocumentTitle
()
app/components/DocumentTitle.tsx:7
FunctionDragAndDropForm
()
app/components/DragAndDropForm.tsx:7
FunctionEditorView
()
app/routes/j/$id/editor.tsx:3
FunctionEmailIcon
(props: React.SVGProps<SVGSVGElement>)
app/components/Icons/EmailIcon.tsx:1
FunctionEmailIconTransparent
(props: React.SVGProps<SVGSVGElement>)
app/components/Icons/EmailIconTransparent.tsx:1
FunctionEmptyState
()
app/components/InfoHeader.tsx:118
FunctionEscapeKeyIcon
(props: React.SVGProps<SVGSVGElement>)
app/components/Icons/EscapeKeyIcon.tsx:1
FunctionExampleDoc
({ id, title, path, }: { id: string; title: string; path?: string; })
app/components/ExampleDoc.tsx:3
FunctionExampleUrl
({ url, title, displayTitle, }: { url: string; title: string; displayTitle?: string; })
app/components/ExampleUrl.tsx:3
FunctionExtraLargeTitle
({ className, children, })
app/components/Primitives/ExtraLargeTitle.tsx:3
FunctionFileDropzone
({ children })
app/components/FileSelector/FileDropzone.tsx:5
FunctionFooter
()
app/components/Footer.tsx:15
FunctionGithubBanner
()
app/components/Home/HomeGithubBanner.tsx:4
FunctionGithubIcon
(props: React.SVGProps<SVGSVGElement>)
app/components/Icons/GithubIcon.tsx:1
FunctionGithubIconSimple
({ className }: IconProps)
app/components/Icons/GithubIconSimple.tsx:5
FunctionGithubStar
({ className }: GithubStarProps)
app/components/UI/GithubStar.tsx:10
FunctionGithubStarSmall
({ className }: GithubStarSmallProps)
app/components/UI/GithubStarSmall.tsx:10
FunctionHeader
()
app/components/Header.tsx:19
FunctionHomeApiHeroBanner
()
app/components/Home/HomeApiHeroBanner.tsx:4
FunctionHomeApiHeroLaptop
({ className }: IconProps)
app/components/Home/HomeApiHeroLaptop.tsx:7
FunctionHomeCollaborateSection
()
app/components/Home/HomeCollaborateSection.tsx:8
FunctionHomeEdgeCasesSection
()
app/components/Home/HomeEdgeCasesSection.tsx:8
FunctionHomeFeatureGridSection
()
app/components/Home/HomeFeatureGridSection.tsx:14
FunctionHomeFooter
({ maxWidth = "1150px" }: HomeFooterProps)
app/components/Home/HomeFooter.tsx:12
FunctionHomeGridFeatureItem
(props: HomeGridFeatureItemProps)
app/components/Home/HomeGridFeatureItem.tsx:13
← previousnext →101–200 of 342, ranked by callers