MCPcopy Create free account

hub / github.com/toeverything/AFFiNE / functions

Functions18,927 in github.com/toeverything/AFFiNE

↓ 1 callersMethodensureWebhookChannel
( subscription: { id: string; externalCalendarId: string; customChannelId: string | null
packages/backend/server/src/plugins/calendar/service.ts:814
↓ 1 callersFunctioneq
(lhs: Hsv, rhs: Hsv)
blocksuite/affine/components/src/color-picker/utils.ts:182
↓ 1 callersMethodequals
(other: BaseSelection)
blocksuite/framework/std/src/selection/text.ts:88
↓ 1 callersMethoderror$
(id: string)
blocksuite/affine/shared/src/services/user-service/user-service.ts:11
↓ 1 callersFunctionescapeBrackets
(text: string)
blocksuite/affine/blocks/latex/src/adapters/markdown/preprocessor.ts:6
↓ 1 callersFunctionescapeFilename
(name: string)
packages/frontend/apps/electron/src/helper/workspace/meta.ts:41
↓ 1 callersFunctionescapeMhchem
(text: string)
blocksuite/affine/blocks/latex/src/adapters/markdown/preprocessor.ts:24
↓ 1 callersFunctionescapeRegExp
(value: string)
packages/frontend/i18n/build.ts:28
↓ 1 callersFunctionescapeRegExp
(input: string)
packages/frontend/core/src/utils/fuzzy-match.ts:38
↓ 1 callersFunctionescapeRegExp
(input: string)
blocksuite/affine/shared/src/utils/string.ts:1
↓ 1 callersFunctionestimateSize
(event: TelemetryEvent)
packages/common/nbstore/src/telemetry/queue.ts:126
↓ 1 callersFunctionevalF
(filter: Filter)
blocksuite/affine/data-view/src/core/filter/eval.ts:16
↓ 1 callersFunctionevalRef
( view: SingleView, ref: VariableRef )
blocksuite/affine/data-view/src/core/sort/eval.ts:15
↓ 1 callersFunctionevalRef
(ref: VariableRef, row: Record<string, unknown>)
blocksuite/affine/data-view/src/core/filter/eval.ts:5
↓ 1 callersFunctionevalSort
( sort: Sort, view: SingleView )
blocksuite/affine/data-view/src/core/sort/eval.ts:162
↓ 1 callersFunctionevalValue
(value?: Value)
blocksuite/affine/data-view/src/core/filter/eval.ts:9
↓ 1 callersMethodevaluateCondition
( params: WorkflowNodeState )
packages/backend/server/src/plugins/copilot/workflow/node.ts:113
↓ 1 callersMethodeventsByDate$
(date: Dayjs)
packages/frontend/core/src/modules/integration/entities/calendar.ts:86
↓ 1 callersMethodexchangeCode
()
packages/backend/server/src/plugins/calendar/providers/caldav.ts:824
↓ 1 callersMethodexclude
(other: Match)
packages/common/nbstore/src/impls/sqlite/indexer/match.ts:72
↓ 1 callersMethodexclude
(other: Match)
packages/common/nbstore/src/impls/idb/indexer/match.ts:72
↓ 1 callersFunctionexecAsync
( tag: string, cmd: string | string[], options?: SpawnOptions )
tools/utils/src/process.ts:67
↓ 1 callersFunctionexpandEdge
(children: MindmapNode[])
blocksuite/affine/gfx/mindmap/src/interactivity/drag-utils.ts:148
↓ 1 callersMethodexpandGroup
(e: MouseEvent)
blocksuite/affine/data-view/src/widget-presets/quick-setting-bar/filter/list-view.ts:182
↓ 1 callersFunctionexportImportResults
(results: ParsedUser[])
packages/frontend/admin/src/modules/accounts/utils/csv-utils.ts:107
↓ 1 callersMethodexportPdf
()
blocksuite/affine/blocks/surface/src/extensions/export-manager/export-manager.ts:494
↓ 1 callersFunctionexportToHtml
(doc: Store, std?: BlockStdScope)
packages/frontend/core/src/components/hooks/affine/use-export-page.ts:116
↓ 1 callersFunctionexportToMarkdown
(doc: Store, std?: BlockStdScope)
packages/frontend/core/src/components/hooks/affine/use-export-page.ts:130
↓ 1 callersFunctionextractCalendarTimezone
(value: unknown)
packages/backend/server/src/plugins/calendar/providers/caldav.ts:474
↓ 1 callersFunctionextractColorFromStyle
( style: string | undefined )
blocksuite/affine/inlines/preset/src/adapters/html/color-utils.ts:105
↓ 1 callersFunctionextractEdgelessSelected
( host: EditorHost )
packages/frontend/core/src/blocksuite/ai/utils/extract.ts:59
↓ 1 callersFunctionextractEmbeddedIPv4FromIPv6
(address: string)
packages/frontend/apps/electron/src/main/security/url-safety.ts:35
↓ 1 callersFunctionextractEmbeddedIPv4FromIPv6
(address: string)
packages/backend/server/src/base/utils/ssrf.ts:88
↓ 1 callersFunctionextractFromBlock
(block: BlockSnapshot)
blocksuite/affine/widgets/drag-handle/src/utils.ts:95
↓ 1 callersMethodextractGlobalContext
()
packages/frontend/core/src/modules/telemetry/services/telemetry.ts:117
↓ 1 callersFunctionextractIdsFromSnapshot
(snapshot: SliceSnapshot)
blocksuite/affine/widgets/drag-handle/src/utils.ts:93
↓ 1 callersFunctionextractImageDimensions
( blob: Blob )
blocksuite/affine/shared/src/adapters/pdf/image-utils.ts:92
↓ 1 callersFunctionextractMarkdownFromDoc
(doc: Store)
packages/frontend/core/src/blocksuite/ai/utils/extract.ts:200
↓ 1 callersFunctionextractMustacheParams
(template: string)
packages/backend/server/src/plugins/copilot/prompt/chat-prompt.ts:16
↓ 1 callersFunctionextractPageIcon
(doc: Document)
blocksuite/affine/widgets/linked-doc/src/transformers/notion-html.ts:63
↓ 1 callersFunctionextractPageSelected
( host: EditorHost )
packages/frontend/core/src/blocksuite/ai/utils/extract.ts:160
↓ 1 callersFunctionextractQueryStrings
(query: Query<any>)
packages/common/nbstore/src/impls/sqlite/indexer/node-builder.ts:79
↓ 1 callersFunctionextractRedirectTarget
(rawUrl: string)
packages/frontend/apps/electron/src/main/security/redirect-proxy.ts:26
↓ 1 callersFunctionextractSearchParams
(link: string)
blocksuite/affine/shared/src/adapters/middlewares/paste.ts:561
↓ 1 callersFunctionextractSvgDimensions
(svgText: string)
blocksuite/affine/shared/src/adapters/pdf/image-utils.ts:59
↓ 1 callersFunctionextractTextFromSelection
( std: BlockStdScope, selection: TextSelection )
packages/frontend/core/src/blocksuite/view-extensions/comment/comment-provider.ts:71
↓ 1 callersFunctionfakeCopyAction
(text: string, container = document.body)
packages/frontend/core/src/utils/clipboard/fake.ts:32
↓ 1 callersFunctionfastCheckIsNotSvg
(buffer: Uint8Array)
packages/frontend/core/src/modules/workspace-engine/utils/buffer-to-blob.ts:4
↓ 1 callersFunctionfavoriteRootCanDrop
packages/frontend/core/src/desktop/components/navigation-panel/sections/favorites/dnd.ts:39
↓ 1 callersMethodfetchAccounts
(signal?: AbortSignal)
packages/frontend/core/src/modules/integration/store/calendar.ts:33
↓ 1 callersFunctionfetchArrayBuffer
(url: string)
packages/backend/server/src/plugins/copilot/providers/utils.ts:56
↓ 1 callersMethodfetchCalendarHomeSet
( client: CalDAVClient, principalUrl: string, baseUrl: string )
packages/backend/server/src/plugins/calendar/providers/caldav.ts:1077
↓ 1 callersMethodfetchCloudDocMeta
( workspaceId: string, docId: string, abortSignal?: AbortSignal )
packages/frontend/core/src/modules/cloud/stores/cloud-doc-meta.ts:12
↓ 1 callersFunctionfetchContent
( children: React.ReactElement<PropsWithChildren>[] )
packages/backend/server/src/mails/components/template.tsx:159
↓ 1 callersMethodfetchCurrentUserPrincipal
( client: CalDAVClient, baseUrl: string )
packages/backend/server/src/plugins/calendar/providers/caldav.ts:1033
↓ 1 callersMethodfetchDocGrantedUsersList
( workspaceId: string, docId: string, pagination: PaginationInput, signal?: AbortSignal )
packages/frontend/core/src/modules/permissions/stores/doc-granted-users.ts:20
↓ 1 callersMethodfetchEvents
( workspaceCalendarId: string, from: string, to: string, signal?: AbortSignal )
packages/frontend/core/src/modules/integration/store/calendar.ts:75
↓ 1 callersMethodfetchHighlights
(options: { token: string; lastImportedAt?: string; pageCursor?: string; signal?: AbortSignal;
packages/frontend/core/src/modules/integration/entities/readwise-crawler.ts:36
↓ 1 callersFunctionfetchImageFallback
( url: string, filename: string )
packages/frontend/core/src/blocksuite/ai/utils/image.ts:27
↓ 1 callersMethodfetchInvoices
(skip: number, take: number, signal?: AbortSignal)
packages/frontend/core/src/modules/cloud/stores/invoices.ts:11
↓ 1 callersMethodfetchMembers
( workspaceId: string, skip: number, take: number, signal?: AbortSignal )
packages/frontend/core/src/modules/permissions/stores/members.ts:21
↓ 1 callersMethodfetchSession
()
packages/frontend/core/src/modules/cloud/stores/auth.ts:60
↓ 1 callersMethodfetchSubscriptionPrices
(abortSignal?: AbortSignal)
packages/frontend/core/src/modules/cloud/stores/subscription.ts:205
↓ 1 callersMethodfetchSubscriptions
(abortSignal?: AbortSignal)
packages/frontend/core/src/modules/cloud/stores/subscription.ts:53
↓ 1 callersFunctionfetchTitle
( children: React.ReactElement<PropsWithChildren>[] )
packages/backend/server/src/mails/components/template.tsx:147
↓ 1 callersMethodfetchUserCopilotQuota
(abortSignal?: AbortSignal)
packages/frontend/core/src/modules/cloud/stores/user-copilot-quota.ts:11
↓ 1 callersMethodfetchUserProps
(userId: string)
packages/backend/server/src/core/mail/job.ts:168
↓ 1 callersMethodfetchUserQuota
(abortSignal?: AbortSignal)
packages/frontend/core/src/modules/cloud/stores/user-quota.ts:11
↓ 1 callersFunctionfetchVersionCode
(applicationId: string)
tools/playstore-auto-bump/index.ts:10
↓ 1 callersMethodfetchWorkspaceBatch
( tx: Prisma.TransactionClient, lastSid: number, limit: number )
packages/backend/server/src/core/workspaces/stats.job.ts:309
↓ 1 callersMethodfetchWorkspaceCalendars
(signal?: AbortSignal)
packages/frontend/core/src/modules/integration/store/calendar.ts:46
↓ 1 callersMethodfetchWorkspaceConfig
(workspaceId: string, signal?: AbortSignal)
packages/frontend/core/src/modules/share-setting/stores/share-setting.ts:15
↓ 1 callersMethodfetchWorkspaceInfo
(workspaceId: string, signal?: AbortSignal)
packages/frontend/core/src/modules/permissions/stores/permission.ts:15
↓ 1 callersMethodfetchWorkspaceInvoices
( skip: number, take: number, workspaceId: string, signal?: AbortSignal )
packages/frontend/core/src/modules/cloud/stores/invoices.ts:25
↓ 1 callersMethodfetchWorkspaceProps
(workspaceId: string)
packages/backend/server/src/core/mail/job.ts:141
↓ 1 callersMethodfetchWorkspaceQuota
(workspaceId: string, signal?: AbortSignal)
packages/frontend/core/src/modules/quota/stores/quota.ts:10
↓ 1 callersMethodfetchWorkspaceSubscriptions
( workspaceId: string, abortSignal?: AbortSignal )
packages/frontend/core/src/modules/cloud/stores/subscription.ts:71
↓ 1 callersFunctionfieldDeprecation
* Check if a field is deprecated in the schema * * @param {import('graphql').GraphQLSchema} schema * @param {string} typeName * @param {string} fi
packages/common/graphql/export-gql-plugin.cjs:30
↓ 1 callersMethodfillPolygons
(polygonList: Point[][], o: ResolvedOptions)
blocksuite/affine/blocks/surface/src/utils/rough/fillers/filler-interface.ts:5
↓ 1 callersFunctionfillSelectionWithFocusCellData
( logic: TableViewUILogic, selection: TableViewAreaSelection )
blocksuite/affine/data-view/src/view-presets/table/pc/controller/drag-to-fill.ts:51
↓ 1 callersFunctionfillSelectionWithFocusCellData
( logic: VirtualTableViewUILogic, selection: TableViewAreaSelection )
blocksuite/affine/data-view/src/view-presets/table/pc-virtual/controller/drag-to-fill.ts:57
↓ 1 callersMethodfillSketch
( doc: Document, drawing: OpSet, o: ResolvedOptions )
blocksuite/affine/blocks/surface/src/utils/rough/svg.ts:26
↓ 1 callersMethodfillSketch
(drawing: OpSet, o: ResolvedOptions)
blocksuite/affine/blocks/surface/src/utils/rough/generator.ts:76
↓ 1 callersMethodfillSketch
( ctx: CanvasRenderingContext2D, drawing: OpSet, o: ResolvedOptions )
blocksuite/affine/blocks/surface/src/utils/rough/canvas.ts:67
↓ 1 callersMethodfilter$
(type: T)
blocksuite/framework/store/src/extension/selection/selection-extension.ts:141
↓ 1 callersFunctionfilterBlockInfos
(blockInfos: BlockInfo[], userRect: Rect)
blocksuite/affine/widgets/page-dragging-area/src/utils.ts:34
↓ 1 callersFunctionfilterBlockInfosByParent
( parentInfos: BlockInfo, userRect: Rect, filteredBlockInfos: BlockInfo[] )
blocksuite/affine/widgets/page-dragging-area/src/utils.ts:46
↓ 1 callersFunctionfilterCommandByContext
( command: AffineCommand, context: { docMode: DocMode | undefined; } )
packages/frontend/core/src/modules/quicksearch/impls/commands.ts:101
↓ 1 callersFunctionfilterCoveringRects
(rects: SelectionRect[])
blocksuite/affine/shared/src/commands/selection/get-selection-rects.ts:120
↓ 1 callersFunctionfilterEmptyValue
(vars: any)
packages/common/graphql/src/fetcher.ts:98
↓ 1 callersMethodfilterFn
(value: string, query?: string)
packages/frontend/core/src/modules/tag/entities/tag-list.ts:69
↓ 1 callersMethodfilterInvalidChildren
(child: { type: string })
packages/frontend/core/src/modules/organize/entities/folder-node.ts:81
↓ 1 callersMethodfilterTagsByName$
(name: string)
packages/frontend/core/src/modules/tag/entities/tag-list.ts:75
↓ 1 callersFunctionfilterTextModel
(model: BlockModel)
blocksuite/affine/blocks/embed/src/common/render-linked-doc.ts:27
↓ 1 callersFunctionfilterTextModel
(model: BlockModel)
blocksuite/affine/blocks/embed-doc/src/common/render-linked-doc.ts:208
↓ 1 callersMethodfind
(state: PureChatSession)
packages/backend/server/src/models/copilot-session.ts:319
↓ 1 callersMethodfind
(query: FindQuery)
packages/common/infra/src/orm/core/adapters/memory/table.ts:45
↓ 1 callersMethodfind
* Finds a node with the given value. * * @param value - The value to find * @returns The node containing the value, or null if not found
packages/common/nbstore/src/utils/binary-search-tree.ts:92
↓ 1 callersFunctionfindActivatorElement
(target: unknown)
blocksuite/affine/data-view/src/core/utils/wc-dnd/sensors/mouse.ts:25
↓ 1 callersFunctionfindAllMaximalIndexs
( data: number[], isGreat: (a: number, b: number) => boolean, isEqual: (a: number, b: number) => boolean
blocksuite/affine/blocks/surface/src/utils/a-star.ts:282
← previousnext →6,701–6,800 of 18,927, ranked by callers