MCPcopy Create free account

hub / github.com/aspen-cloud/triplit / functions

Functions1,840 in github.com/aspen-cloud/triplit

↓ 1 callersFunctionvalidateRelationships
( relationships: Collection['relationships'], collection: Collection )
packages/db/src/schema/validation.ts:320
↓ 1 callersFunctionvalidateRole
(role: Role)
packages/db/src/schema/validation.ts:56
↓ 1 callersFunctionvalidateRoleName
(name: string)
packages/db/src/schema/validation.ts:433
↓ 1 callersFunctionvalidateRolePermissions
( permissions: Collection['permissions'], schema: DBSchema )
packages/db/src/schema/validation.ts:364
↓ 1 callersFunctionvalidateRoles
(roles: DBSchema['roles'])
packages/db/src/schema/validation.ts:44
↓ 1 callersMethodvalidateSessionWithWarning
( session: SyncSession | undefined )
packages/client/src/sync-engine.ts:1288
↓ 1 callersFunctionvalidateSetType
(type: SetType)
packages/db/src/schema/validation.ts:200
↓ 1 callersFunctionvalidateWebhookStructure
( webhookJSON: string )
packages/cli/src/commands/webhooks/push.ts:74
↓ 1 callersFunctionvalueToJS
(value: any)
packages/cli/src/schema.ts:246
↓ 1 callersMethodwarn
(message: any, ...args: any[])
packages/server/src/logger.ts:48
↓ 1 callersFunctionwebSocketsAreAvailable
()
packages/client/src/transport/websocket-transport.ts:15
↓ 1 callersFunctionwhereFiltersToViews
( where: PreparedWhere, generateViewId: () => string )
packages/db/src/query-planner/query-compiler.ts:176
↓ 1 callersFunctionwrapOptional
(type: string)
packages/cli/src/schema.ts:208
↓ 1 callersFunctionwriteSchemaFile
( fileContent: string, options: { path?: string } = {} )
packages/cli/src/schema.ts:30
↓ 1 callersFunctionwriteSeedFile
( seedName: string, fileContent: string, options: { path?: string } = {} )
packages/cli/src/commands/seed/create.tsx:32
Method#logRequestAndResponse
(request: any, response: any, time: number)
packages/cli/src/log-handlers/dev-server-logs.ts:144
FunctionAddTokenDialog
(props: AddTokenDialogProps)
packages/console/src/components/add-token-dialog.tsx:25
FunctionAlertDialogFooter
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
packages/ui/src/components/ui/alert-dialog.tsx:62
FunctionAlertDialogHeader
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
packages/ui/src/components/ui/alert-dialog.tsx:48
FunctionApp
()
packages/console/src/App.tsx:11
FunctionApp
()
templates/react/src/App.tsx:14
FunctionApp
()
templates/solid/src/App.tsx:17
FunctionApp
()
templates/excalidraw/src/App.tsx:26
FunctionArray
({ filters, vars, }: { filters: QueryWhere<any, any>; vars: any; })
packages/console/src/components/role-filters.tsx:170
FunctionBoolean
(opts: BuiltInFlagOpts)
packages/cli/src/flags.ts:18
FunctionBooleanInput
(props: InputProps)
packages/console/src/components/data-table.tsx:506
FunctionBooleanType
(options?: any)
packages/db/src/schema/data-types/definitions/boolean.ts:15
FunctionCellValue
(props: { definition: DataType; value: TriplitDataTypes })
packages/console/src/components/data-table.tsx:177
FunctionChatBubble
({ message, delivered, isOwnMessage, showSentIndicator, }: { message: UseMessagesResult delivered:
templates/chat-template/components/conversation.tsx:236
FunctionChatLayout
({ children, }: { children: React.ReactNode })
templates/chat-template/app/convo/layout.tsx:9
FunctionChatList
()
templates/chat-template/components/chat-list.tsx:30
FunctionClientAuthProvider
({ children, }: { children: React.ReactNode })
templates/chat-template/components/client-auth-provider.tsx:9
FunctionClientProvider
({ children }: { children: React.ReactNode })
packages/console/src/components/client-context.tsx:22
FunctionCloseButton
(props: ComponentProps<typeof Button>)
packages/ui/src/components/ui/close-button.tsx:6
FunctionCode
({ children, className, }: { children: React.ReactNode; className?: string; })
packages/ui/src/components/ui/code.tsx:4
FunctionCollectionMenu
(props: CollectionMenuProps)
packages/console/src/components/collection-menu.tsx:16
FunctionCollectionSchemaDetail
({ collectionSchema, }: { collectionSchema: Collection; })
packages/console/src/components/schema-detail-form.tsx:4
FunctionColumnMenu
(props: ColumnMenuProps)
packages/console/src/components/column-menu.tsx:16
FunctionCombobox
({ data, value, onChangeValue, onAddValue, className, placeholder, }: { data: string[]; value:
packages/ui/src/components/ui/combobox.tsx:10
FunctionCommandDialog
({ children, ...props }: CommandDialogProps)
packages/ui/src/components/ui/command.tsx:28
FunctionCommandDialog
({ children, ...props }: CommandDialogProps)
templates/chat-template/components/ui/command.tsx:26
FunctionCommandShortcut
({ className, ...props }: React.HTMLAttributes<HTMLSpanElement>)
packages/ui/src/components/ui/command.tsx:129
FunctionCommandShortcut
({ className, ...props }: React.HTMLAttributes<HTMLSpanElement>)
templates/chat-template/components/ui/command.tsx:127
FunctionConnectionStatus
({}: {})
templates/chat-template/components/connection-status.tsx:7
FunctionConnectionStatus
()
templates/react/src/components/ConnectionStatus.tsx:4
FunctionConnectionStatus
()
templates/solid/src/components/ConnectionStatus.tsx:4
FunctionContextMenuShortcut
({ className, ...props }: React.HTMLAttributes<HTMLSpanElement>)
packages/ui/src/components/ui/context-menu.tsx:168
FunctionConversation
({ id }: { id: string })
templates/chat-template/components/conversation.tsx:37
FunctionConversationHeader
({ convoId }: { convoId: string })
templates/chat-template/components/conversation.tsx:46
FunctionConversationId
()
templates/chat-template/app/convo/page.tsx:3
FunctionConversationPage
()
templates/chat-template/app/convo/[conversationId]/page.tsx:7
FunctionConvoListItem
({ convo, isSelected, }: { convo: any isSelected: boolean })
templates/chat-template/components/chat-list.tsx:151
FunctionConvoSkeleton
()
templates/chat-template/components/chat-list.tsx:175
FunctionCopyButtonWithTooltip
({ copyValue, className = '', size = 18, }: { copyValue: string; className?: string; size?: number
packages/ui/src/components/ui/copy-button.tsx:7
FunctionCopyValueMenu
({ value, children, }: { value: any; children: React.ReactNode; })
packages/console/src/components/copy-value-menu.tsx:10
FunctionCreateCollectionDialog
(props: CreateCollectionDialogProps)
packages/console/src/components/create-collection-dialog.tsx:21
FunctionCreateEntitySheet
({ collection, inferredAttributes, collectionSchema, client, }: { collection: string; inferredAttr
packages/console/src/components/create-entity-sheet.tsx:172
FunctionCurrentUserProvider
({ children, user, }: { children: React.ReactNode user: NonNullable<Session["user"]> })
templates/chat-template/components/client-auth-provider.tsx:53
FunctionDashboardLayout
({ children, }: { children: React.ReactNode })
templates/chat-template/app/auth/layout.tsx:1
FunctionDataCell
({ value, entityId, attribute, attributeDef = { type: 'string', config: { nullable: true } }, client
packages/console/src/components/data-table.tsx:229
FunctionDataTable
({ columns, data, }: DataTableProps<TData, TValue>)
packages/console/src/components/data-table.tsx:553
FunctionDataViewer
({ client, schema, stats, query, setQuery, }: { client: TriplitClient<any>; schema?: DBSchema;
packages/console/src/components/data-viewer.tsx:34
FunctionDateInput
(props: InputProps)
packages/console/src/components/data-table.tsx:540
FunctionDateType
(options?: any)
packages/db/src/schema/data-types/definitions/date.ts:14
MethodDefault
()
packages/db/src/schema/builder.ts:162
FunctionDeleteAttributeDialog
( props: DeleteAttributeDialogProps & ComponentProps<typeof AlertDialog> )
packages/console/src/components/delete-attribute-dialog.tsx:21
FunctionDeleteCollectionDialog
( props: DeleteCollectionDialogProps & ComponentProps<typeof AlertDialog> )
packages/console/src/components/delete-collection-dialog.tsx:23
FunctionDeleteEntitiesDialog
(props: DeleteEntitiesDialogProps)
packages/console/src/components/delete-entities-dialog.tsx:28
FunctionDeleteServerDialog
(props: DeleteServerDialogProps)
packages/console/src/components/delete-server-dialog.tsx:26
FunctionDialogFooter
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
packages/ui/src/components/ui/dialog.tsx:70
FunctionDialogFooter
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
templates/chat-template/components/ui/dialog.tsx:68
FunctionDialogHeader
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
packages/ui/src/components/ui/dialog.tsx:56
FunctionDialogHeader
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
templates/chat-template/components/ui/dialog.tsx:54
FunctionDropdownMenuShortcut
({ className, ...props }: React.HTMLAttributes<HTMLSpanElement>)
packages/ui/src/components/ui/dropdown-menu.tsx:171
FunctionDropdownMenuShortcut
({ className, ...props }: React.HTMLAttributes<HTMLSpanElement>)
templates/chat-template/components/ui/dropdown-menu.tsx:169
FunctionEnum
( opts: BuiltInFlagOpts & { options: E } )
packages/cli/src/flags.ts:51
FunctionEnumInput
(props: InputProps & { options: string[] })
packages/console/src/components/data-table.tsx:529
MethodFilter
(filter: W)
packages/db/src/schema/builder.ts:185
FunctionFiltersPopover
(props: FiltersPopoverProps)
packages/console/src/components/filters-popover.tsx:59
FunctionFlashingCell
({ cell }: { cell: Cell<any, any> })
packages/console/src/components/data-table.tsx:631
FunctionFormField
(props: FormFieldProps)
packages/ui/src/components/ui/form-field.tsx:12
FunctionFullScreenWrapper
({ children }: { children: React.ReactNode })
packages/console/src/components/full-screen-wrapper.tsx:1
FunctionGettingStarted
()
templates/react/src/components/GettingStarted.tsx:8
FunctionGettingStarted
()
templates/solid/src/components/GettingStarted.tsx:8
FunctionGroup
({ filter, vars }: { filter: FilterGroup<any, any>; vars: any })
packages/console/src/components/role-filters.tsx:94
MethodId
(id: string)
packages/db/src/query/query-builder.ts:398
FunctionImportServerForm
({ onSubmit, serverHint, }: { onSubmit: (values: ImportServerFormValues) => void; serverHint?: ImportS
packages/console/src/components/import-server-form.tsx:15
MethodInclude
(alias: any, queryExt?: any)
packages/db/src/query/query-builder.ts:477
FunctionIndexPage
()
templates/chat-template/app/page.tsx:5
FunctionInputLabel
(props: InputLabelProps)
packages/ui/src/components/ui/input-label.tsx:5
FunctionJSONCodeBlock
({ json }: { json: any })
packages/console/src/components/role-filters.tsx:220
FunctionJsonType
(options?: any)
packages/db/src/schema/data-types/definitions/json.ts:15
MethodLimit
(value: number)
packages/db/src/query/query-builder.ts:414
FunctionMessageInput
({ convoId, scrollRef, }: { convoId: string scrollRef: RefObject<HTMLSpanElement> })
templates/chat-template/components/conversation.tsx:82
FunctionMessageList
({ convoId }: { convoId: string })
templates/chat-template/components/conversation.tsx:133
FunctionModal
( props: React.ComponentProps<typeof Dialog> & { title?: string } )
packages/ui/src/components/ui/modal.tsx:4
FunctionModal
( props: React.ComponentProps<typeof Dialog> & { title?: string } )
templates/chat-template/components/ui/modal.tsx:5
FunctionModal
({ children, open, onRequestClose, onSubmit, submitText = 'Submit', submitDisabled = false, clas
templates/excalidraw/src/components/Modal.tsx:3
FunctionModeToggle
({ className }: { className?: string })
packages/ui/src/components/ui/mode-toggle.tsx:13
FunctionMyCommand
()
packages/cli/src/command-utils.ts:80
← previousnext →1,001–1,100 of 1,840, ranked by callers