MCPcopy Create free account

hub / github.com/Open-Legal-Products/mike / functions

Functions1,318 in github.com/Open-Legal-Products/mike

↓ 5 callersFunctionmakeEl
( name: string, children: XNode[] = [], attrs?: Record<string, string>, )
backend/src/lib/docxTrackedChanges.ts:130
↓ 5 callersFunctionoauthClientEnvFor
(serverUrl: string)
backend/src/lib/mcp/oauth.ts:169
↓ 5 callersFunctionpatchTab
(documentId: string, patch: Partial<DocTab>)
frontend/src/app/(pages)/projects/[id]/assistant/chat/[chatId]/page.tsx:536
↓ 5 callersFunctionrecordFromUnknown
(value: unknown)
backend/src/lib/chatTools.ts:2074
↓ 5 callersFunctionrefreshDocumentVersionState
(docId: string)
frontend/src/app/components/projects/ProjectDocumentsView.tsx:298
↓ 5 callersFunctionrefreshMcpConnectorTools
( connectorId: string, )
frontend/src/app/lib/mikeApi.ts:372
↓ 5 callersFunctionresolveDocLabel
( rawId: string, docStore: DocStore, docIndex?: DocIndex, )
backend/src/lib/chatTools.ts:647
↓ 5 callersFunctionsaveColumns
(next: ColumnConfig[])
frontend/src/app/components/workflows/WorkflowDetailPage.tsx:196
↓ 5 callersFunctionsetChildren
(n: XNode, children: XNode[])
backend/src/lib/docxTrackedChanges.ts:118
↓ 5 callersFunctionstateHash
(state: string)
backend/src/lib/mcp/client.ts:381
↓ 5 callersFunctiontoggleVersions
(docId: string)
frontend/src/app/components/projects/ProjectDocumentsView.tsx:217
↓ 5 callersFunctionupdateUserProfile
(payload: { displayName?: string | null; organisation?: string | null; titleModel?: string; ta
frontend/src/app/lib/mikeApi.ts:233
↓ 4 callersFunctionclearStreamingPlaceholders
()
frontend/src/app/hooks/useAssistantChat.ts:202
↓ 4 callersFunctioncompleteText
(params: { model: string; systemPrompt?: string; user: string; maxTokens?: number; apiKeys
backend/src/lib/llm/index.ts:19
↓ 4 callersFunctionconvertedPdfKey
(userId: string, docId: string)
backend/src/lib/convert.ts:136
↓ 4 callersFunctioncreateParser
()
backend/src/lib/docxTrackedChanges.ts:647
↓ 4 callersFunctiondecryptAuthConfig
(row: ConnectorRow)
backend/src/lib/mcp/client.ts:105
↓ 4 callersFunctiondeleteDocument
(documentId: string)
frontend/src/app/lib/mikeApi.ts:691
↓ 4 callersFunctiondeleteProject
(projectId: string)
frontend/src/app/lib/mikeApi.ts:424
↓ 4 callersFunctiondeleteWorkflow
(workflowId: string)
frontend/src/app/lib/mikeApi.ts:1166
↓ 4 callersFunctiondownloadDoc
(docId: string)
frontend/src/app/components/projects/ProjectDocumentsView.tsx:936
↓ 4 callersFunctionelAttrs
(n: unknown)
backend/src/lib/docxTrackedChanges.ts:124
↓ 4 callersFunctionencryptionKey
()
backend/src/lib/mcp/client.ts:30
↓ 4 callersFunctionensureProfileRow
( db: ReturnType<typeof createServerSupabase>, userId: string, )
backend/src/routes/user.ts:436
↓ 4 callersFunctionextensionChangeWarning
(filename: string)
frontend/src/app/components/projects/ProjectDocumentsView.tsx:2962
↓ 4 callersFunctionextractAnnotations
( fullText: string, docIndex: DocIndex, _events?: ({ type: string } & Record<string, unknown>[]) | unkno
backend/src/lib/chatTools.ts:4319
↓ 4 callersFunctionextractTabularAnnotations
( fullText: string, tabularStore: TabularCellStore, )
backend/src/routes/tabular.ts:1078
↓ 4 callersFunctionfilterAccessibleDocumentIds
( documentIds: string[], userId: string, userEmail: string | null | undefined, db: Db, )
backend/src/lib/access.ts:129
↓ 4 callersFunctionflushText
(opts: { emit?: boolean } = {})
backend/src/lib/chatTools.ts:4084
↓ 4 callersFunctiongetZipEntry
(zip: JSZip, pathSlash: string)
backend/src/lib/docxTrackedChanges.ts:32
↓ 4 callersFunctionhandle
(verb: "accept" | "reject")
frontend/src/app/components/assistant/EditCard.tsx:208
↓ 4 callersFunctionhandleChat
( message: Message, opts?: { displayedDoc?: { filename: string; documentId: string } | null;
frontend/src/app/hooks/useAssistantChat.ts:281
↓ 4 callersFunctioninvalidateDirectoryCache
()
frontend/src/app/components/shared/useDirectoryData.ts:17
↓ 4 callersFunctionisAbortError
(error: unknown)
backend/src/lib/chatTools.ts:3910
↓ 4 callersFunctionisSharedDocument
(doc: Document | null | undefined)
frontend/src/app/components/projects/ProjectDocumentsView.tsx:1069
↓ 4 callersFunctionisStreamingPlaceholder
(e: AssistantEvent)
frontend/src/app/hooks/useAssistantChat.ts:160
↓ 4 callersFunctionlistUserMcpConnectors
( userId: string, db: Db = createServerSupabase(), options: { includeTools?: boolean } = {}, )
backend/src/lib/mcp/servers.ts:98
↓ 4 callersFunctionlistWorkflows
( type: WorkflowType, )
frontend/src/app/lib/mikeApi.ts:1126
↓ 4 callersFunctionminutes
(value: number)
backend/src/index.ts:27
↓ 4 callersFunctionmoveDocumentToFolder
( projectId: string, documentId: string, folderId: string | null, )
frontend/src/app/lib/mikeApi.ts:505
↓ 4 callersFunctionnonEmpty
(value: unknown)
backend/src/lib/chatTools.ts:2013
↓ 4 callersFunctionnormalizeHeadingText
(value: string)
backend/src/lib/chatTools.ts:1042
↓ 4 callersFunctionnormalizeWs
(input: string)
backend/src/lib/docxTrackedChanges.ts:544
↓ 4 callersFunctionopenContextMenu
( e: React.MouseEvent, parentId: string | null, folderId?: string, docId?: str
frontend/src/app/components/projects/ProjectExplorer.tsx:125
↓ 4 callersFunctionopenTab
( docId: string, filename: string, quotes?: CitationQuote[], versionId?: strin
frontend/src/app/(pages)/projects/[id]/assistant/chat/[chatId]/page.tsx:425
↓ 4 callersFunctionpreprocessCitations
(text: string)
frontend/src/app/components/tabular/citation-utils.ts:14
↓ 4 callersFunctionrefFor
(documentId: unknown, filename: unknown)
backend/src/lib/chatTools.ts:710
↓ 4 callersFunctionrefreshMfaState
()
frontend/src/app/(pages)/account/security/page.tsx:189
↓ 4 callersFunctionrelevantQuoteKey
(quote: CaseCitationQuote, index: number)
frontend/src/app/components/assistant/CaseLawPanel.tsx:184
↓ 4 callersFunctionrenameChat
(chatId: string, title: string)
frontend/src/app/lib/mikeApi.ts:776
↓ 4 callersFunctionsaveColumnsConfig
(nextColumns: ColumnConfig[])
frontend/src/app/components/tabular/TabularReviewView.tsx:174
↓ 4 callersFunctionsingleFileUpload
(fieldName: string)
backend/src/lib/upload.ts:17
↓ 4 callersFunctionstorageKey
( userId: string, docId: string, filename: string, )
backend/src/lib/storage.ts:188
↓ 4 callersFunctionstringifyJson
(value: unknown)
backend/src/lib/llm/rawStreamLog.ts:21
↓ 4 callersFunctionsubmitDocumentRename
(docId: string)
frontend/src/app/components/projects/ProjectDocumentsView.tsx:807
↓ 4 callersFunctionthrowIfAborted
(signal?: AbortSignal)
backend/src/lib/llm/openai.ts:150
↓ 4 callersFunctionthrowIfAborted
(signal?: AbortSignal)
backend/src/lib/llm/gemini.ts:156
↓ 4 callersFunctiontruncate
(value: string | null, maxChars: number)
backend/src/lib/courtlistener.ts:266
↓ 4 callersFunctionupdateProject
( projectId: string, payload: { name?: string; cm_number?: string; shared_with
frontend/src/app/lib/mikeApi.ts:409
↓ 4 callersFunctionupdateWorkflow
( workflowId: string, payload: { title?: string; prompt_md?: string; columns_c
frontend/src/app/lib/mikeApi.ts:1150
↓ 4 callersFunctionuploadStandaloneDocument
( file: File, )
frontend/src/app/lib/mikeApi.ts:672
↓ 4 callersFunctionuseDirectoryData
(enabled: boolean)
frontend/src/app/components/shared/useDirectoryData.ts:21
↓ 4 callersFunctionuseProjectWorkspace
()
frontend/src/app/components/projects/ProjectWorkspace.tsx:76
↓ 3 callersFunctionabortError
()
backend/src/lib/llm/gemini.ts:150
↓ 3 callersFunctionabsoluteStorageUrl
(path: unknown)
backend/src/lib/courtlistener.ts:127
↓ 3 callersFunctionapiBlobRequest
(path: string)
frontend/src/app/lib/mikeApi.ts:99
↓ 3 callersFunctionapplyOptimisticResolution
( annotation: EditAnnotation, verb: "accept" | "reject", )
frontend/src/app/components/assistant/EditCard.tsx:52
↓ 3 callersFunctionauthConfigPatch
(config: McpConnectorAuthConfig)
backend/src/lib/mcp/client.ts:339
↓ 3 callersFunctionb64urlEncode
(buf: Buffer)
backend/src/lib/downloadTokens.ts:23
↓ 3 callersFunctionbuildCancelledAssistantMessage
(args: { fullText: string; events: AssistantEvent[]; buildAnnotations: (fullText: string, events: Assist
backend/src/lib/chatTools.ts:4337
↓ 3 callersFunctionbuildCitationLinks
(results: CitationLookupRow[])
backend/src/lib/courtlistener.ts:528
↓ 3 callersFunctionbuildRun
(rPr: XNode | null, text: string, tagName: "w:t" | "w:delText")
backend/src/lib/docxTrackedChanges.ts:164
↓ 3 callersFunctioncancelStreamingEvents
(events: AssistantEvent[])
frontend/src/app/hooks/useAssistantChat.ts:163
↓ 3 callersFunctionchunks
(values: T[], size = DELETE_BATCH_SIZE)
backend/src/lib/userDataCleanup.ts:12
↓ 3 callersFunctionclaudeStreamFailureMessage
(event: unknown)
backend/src/lib/llm/claude.ts:75
↓ 3 callersFunctioncleanup
()
frontend/src/app/(pages)/account/connectors/page.tsx:313
↓ 3 callersFunctionclearDocxQuoteHighlights
(root: HTMLElement)
frontend/src/app/components/shared/highlightDocxQuote.ts:41
↓ 3 callersFunctionclearStreamingPlaceholders
()
frontend/src/app/components/tabular/TRChatPanel.tsx:999
↓ 3 callersFunctionconnectConnectorOAuth
( connectorId: string, )
frontend/src/app/(pages)/account/connectors/page.tsx:276
↓ 3 callersFunctioncountPdfPages
(buf: ArrayBuffer)
backend/src/routes/documents.ts:1445
↓ 3 callersFunctioncourtlistenerBulkDataEnabled
()
backend/src/lib/courtlistener.ts:18
↓ 3 callersFunctioncourtlistenerCaseInputFromFetchedCase
( fallbackClusterId: number, fetchedCase: unknown, )
backend/src/lib/chatTools.ts:2108
↓ 3 callersFunctioncreateCitationAnnotation
( citation: ParsedCitation, docIndex: DocIndex, casesByClusterId?: CourtlistenerTurnState["casesByCluste
backend/src/lib/chatTools.ts:3786
↓ 3 callersFunctioncreateRawLlmStreamRecorder
(args: { provider: string; model: string; })
backend/src/lib/llm/rawStreamLog.ts:55
↓ 3 callersFunctioncreateTabularReview
(payload: { title?: string; document_ids: string[]; columns_config: { index: number; name: string;
frontend/src/app/lib/mikeApi.ts:892
↓ 3 callersFunctiondevLog
(...args: Parameters<typeof console.log>)
backend/src/routes/caseLaw.ts:12
↓ 3 callersFunctiondisplayCitationQuote
(a: CitationAnnotation)
frontend/src/app/components/shared/types.ts:379
↓ 3 callersFunctiondownloadBlob
(blob: Blob, filename: string)
frontend/src/app/(pages)/account/privacy-data/page.tsx:73
↓ 3 callersFunctionemitEditError
( filename: string, documentId: string, error: string, )
backend/src/lib/chatTools.ts:3118
↓ 3 callersFunctionescapeHtml
(str: string)
frontend/src/app/components/shared/highlightQuote.ts:24
↓ 3 callersFunctionfetchJson
(url: string, init?: RequestInit)
backend/src/lib/mcp/oauth.ts:47
↓ 3 callersFunctionfileTypeForVersion
(version: DocumentVersion, fallback: string | null)
frontend/src/app/components/projects/DocumentSidePanel.tsx:1041
↓ 3 callersFunctionfilenameExtension
(filename: string)
frontend/src/app/components/projects/DocumentSidePanel.tsx:1048
↓ 3 callersFunctionfilenameExtension
(filename: string)
frontend/src/app/components/projects/ProjectDocumentsView.tsx:2946
↓ 3 callersFunctionformatBytes
(bytes: number)
frontend/src/app/components/projects/ProjectPageParts.tsx:47
↓ 3 callersFunctionformatCitationPage
(a: CitationAnnotation)
frontend/src/app/components/shared/types.ts:364
↓ 3 callersFunctionformatUnsupportedDocumentWarning
(files: File[])
frontend/src/app/lib/documentUploadValidation.ts:24
↓ 3 callersFunctiongeminiErrorMessage
(error: unknown)
backend/src/lib/llm/gemini.ts:55
↓ 3 callersFunctiongeminiStreamFailureMessage
(chunk: unknown)
backend/src/lib/llm/gemini.ts:84
↓ 3 callersFunctiongenerateTabularColumnPrompt
( title: string, options?: { format?: string; documentName?: string; tags?: string[] }, )
frontend/src/app/lib/mikeApi.ts:935
← previousnext →101–200 of 1,318, ranked by callers