MCPcopy Create free account

hub / github.com/MaxQian888/cognia-next / functions

Functions31,059 in github.com/MaxQian888/cognia-next

↓ 31 callersFunctionuseA2UIForm
(options: UseA2UIFormOptions = {})
hooks/a2ui/use-a2ui-form.ts:40
↓ 31 callersFunctionuseCollaborativeSession
( config: CollaborativeSessionConfig = {} )
hooks/canvas/use-collaborative-session.ts:83
↓ 31 callersFunctionusePlatform
()
hooks/use-platform.ts:32
↓ 31 callersFunctionuseSearchParams
()
jest.setup.ts:255
↓ 31 callersFunctionwcagContrast
(fg: string, bg: string)
lib/appearance/contrast.ts:14
↓ 30 callersFunctionbuildGoal
(overrides: Partial<Goal> = {})
lib/db/goals.test.ts:27
↓ 30 callersFunctioncreateInput
(over: Partial<CreatePlanInput> = {})
lib/agent/plan/runtime.test.ts:43
↓ 30 callersFunctioncreateMcpServer
( partial: Pick<McpServer, "name" | "transport" | "config"> & { enabled?: boolean appsEnabled?: McpS
lib/db/mcp-servers.ts:25
↓ 30 callersMethoddispatchConnectorCallback
* Dispatch a connector-side callback (interactive button / select / * form submit / dismiss) into the A2UI Action channel. * * Pipeline: *
lib/connectors/bus.ts:728
↓ 30 callersFunctionencode
Percent-encode a single value the same way `encodeURIComponent` does.
src-tauri/src/proxy_config/mod.rs:235
↓ 30 callersFunctionenqueue
(input: EnqueueInput)
lib/db/mobile-outbound-queue.ts:28
↓ 30 callersFunctiongetPlan
(id: string)
lib/db/plans.ts:45
↓ 30 callersMethodgetValue
()
lib/editor-workbench/monaco-workbench.ts:55
↓ 30 callersFunctionhandleGo
(target: MenuActionId)
components/desktop/title-bar.tsx:454
↓ 30 callersFunctionparse
(payload: NativeParsePayload)
src-tauri/src/parse/mod.rs:139
↓ 30 callersMethodregisterExtension
(pluginId: string, sourcePath: string)
lib/plugin/devtools/dev-extension-controller.ts:113
↓ 30 callersMethodregisterPlugin
(pluginId: string, permissions: PluginPermission[])
lib/plugin/security/permission-guard.ts:263
↓ 30 callersFunctionrenderDialog
(props: Partial<AppDetailDialogProps> = {})
components/a2ui/app-detail-dialog.test.tsx:104
↓ 30 callersFunctionuseExternalAgent
()
hooks/agent/use-external-agent.ts:225
↓ 30 callersFunctiony
(...L)
public/monaco/vs/assets/json.worker-DKiEKt88.js:181
↓ 29 callersFunctionaddPermission
( set: Set<PluginPermission>, reasons: VsCodePermissionReason[], permission: PluginPermission, trigger
lib/plugin/vscode-shim/permission-inference.ts:331
↓ 29 callersFunctionbaseProps
()
components/chat/empty-state.test.tsx:37
↓ 29 callersFunctionbuildA2UICapabilityMatrix
( partial: Partial<Record<A2UIComponentKind, A2UIComponentSupport>> )
types/connectors/capability.ts:133
↓ 29 callersFunctionchunkDocument
( text: string, options: Partial<ChunkingOptions> = {}, documentId?: string )
lib/ai/embedding/chunking.ts:393
↓ 29 callersFunctionconnectorsKeyringSet
( adapterId: string, credential: string, value: string )
lib/connectors/tauri/commands.ts:84
↓ 29 callersMethodcreateNode
(e)
public/monaco/vs/assets/css.worker-HnVq6Ewq.js:14586
↓ 29 callersFunctioncreateThemeAPI
(pluginId: string)
lib/plugin/api/theme-api.ts:84
↓ 29 callersFunctionfn
(...args: unknown[])
hooks/data/use-chat-import.test.ts:13
↓ 29 callersFunctiongit
(cwd: &Path, args: &[&str])
src-tauri/src/git/merge.rs:123
↓ 29 callersFunctionparseLocalPackFile
(raw: unknown)
lib/plugin/character-pack/schema.ts:83
↓ 29 callersFunctionpkg
(payload: BackupPayloadV3)
lib/data/apply-package.test.ts:10
↓ 29 callersMethodpostMessage
(message: unknown)
sidecar/vscode-ext-host/src/vscode-shim/window.ts:113
↓ 29 callersFunctionputNotification
(rec: NotificationRecord)
lib/db/notifications.ts:26
↓ 29 callersFunctionrec
(over: Partial<NotificationRecord> = {})
lib/db/notifications.test.ts:29
↓ 29 callersFunctionregisterChatMiddleware
(args: RegisterChatMiddlewareArgs)
lib/claude/chat-middleware/registry.ts:79
↓ 29 callersMethodremoveChild
(e)
public/monaco/vs/assets/css.worker-HnVq6Ewq.js:17519
↓ 29 callersMethodtranslateBackRange
(e, t)
public/monaco/vs/editor/editor.main.js:3039
↓ 29 callersMethodunsubscribe
()
lib/scheduler/sources/types.ts:18
↓ 29 callersMethodupdate
(key: string, value: unknown)
sidecar/vscode-ext-host/src/extension-runner.ts:116
↓ 29 callersMethodupdateInstanceState
( agentId: string, instance: ExternalAgentInstance, updates: { connectionStatus?: ExternalAg
lib/ai/agent/external/manager.ts:830
↓ 29 callersFunctionuseDiscoverQuery
( category: DiscoverView, query: string, opts: DiscoverQueryOptions = {} )
hooks/discover/use-discover-query.ts:85
↓ 28 callersMethod_parseIdent
(e)
public/monaco/vs/assets/css.worker-HnVq6Ewq.js:15657
↓ 28 callersMethodaddMessage
(input: SendMessageInput)
lib/ai/agent/team/team-run-context.ts:29
↓ 28 callersMethodarm
* Arm (or re-arm) a task to fire at the given epoch-ms instant. Re-arming an * already-armed task replaces its fire time.
types/scheduler/daemon.ts:55
↓ 28 callersFunctionbuild_where
Build a SQL fragment + bound params for a list of filters. Returns `("", vec![])` for an empty list. The fragment never has a leading `WHERE` — the c
src-tauri/src/vector/filters.rs:71
↓ 28 callersFunctioncreateDraft
(input: CreateDraftInput)
lib/db/connector-drafts.ts:27
↓ 28 callersFunctioncreateI18nAPI
(pluginId: string)
lib/plugin/api/i18n-api.ts:19
↓ 28 callersFunctioncreateSessionAPI
(pluginId: string)
lib/plugin/api/session-api.ts:35
↓ 28 callersFunctioncreateTwin
(draft: TwinInput)
lib/db/twins.ts:27
↓ 28 callersFunctiondefaultBootstrap
()
components/logging/log-settings.test.tsx:26
↓ 28 callersMethoddisconnect
* Disconnect from the external agent * @returns Promise that resolves when disconnected
lib/ai/agent/external/protocol-adapter.ts:56
↓ 28 callersFunctionev
(overrides: Partial<ExternalAgentEvent>)
lib/ai/agent/external/event-to-parts.test.ts:6
↓ 28 callersMethodgetChildren
()
public/monaco/vs/assets/css.worker-HnVq6Ewq.js:11099
↓ 28 callersFunctiongetSession
(id: string)
lib/db/sessions.ts:16
↓ 28 callersFunctiongetSharedOcrRegistry
()
lib/ocr/registry.ts:83
↓ 28 callersMethodgetText
(e)
public/monaco/vs/assets/html.worker-B51mlPHg.js:11514
↓ 28 callersFunctiongetWorkflow
(id: string)
lib/db/workflows.ts:49
↓ 28 callersFunctionh
(e)
public/monaco/vs/editor/editor.main.js:657
↓ 28 callersMethodhasPermission
(permission: PluginPermission)
lib/plugin/core/sandbox.ts:279
↓ 28 callersFunctionmakeCharacter
( localId: string, overrides: Partial<PluginCharacterDef> = {} )
lib/plugin/registries/character-pack-registry.test.ts:31
↓ 28 callersFunctionmakeEvent
( overrides: Partial<NormalizedInboundEvent> & { conversationKey?: string } )
lib/connectors/runtime.test.ts:35
↓ 28 callersMethodmap
(S)
public/monaco/vs/assets/editor.worker-Be8ye1pW.js:609
↓ 28 callersFunctionnormalizeMcpEntry
( raw: unknown, opts: { /** Which key holds the URL on this agent (default `url`). Windsurf: `serverUr
lib/claude/agents/shared.ts:17
↓ 28 callersMethodnotify
(p: TeamNotifyPayload)
lib/ai/agent/team/team-notifier.ts:38
↓ 28 callersFunctiono
(L)
public/monaco/vs/assets/json.worker-DKiEKt88.js:139
↓ 28 callersFunctionplugin
( id: string, opts: Partial<Omit<LoadOrderPluginInput, "id">> = {} )
lib/plugin/core/load-order.test.ts:4
↓ 28 callersFunctionrec
(over: Partial<NotificationRecord> = {})
stores/notifications/notification-store.test.ts:16
↓ 28 callersFunctionregisterProvider
( kind: string, selector: string | DocumentSelector | Array<string | DocumentSelector>, invocation
sidecar/vscode-ext-host/src/vscode-shim/languages.ts:34
↓ 28 callersFunctionregisterTaskExecutor
(taskType: string, executor: TaskExecutor)
lib/scheduler/task-scheduler.ts:49
↓ 28 callersMethodtryAcquire
* Attempt to acquire `n` tokens (default 1). * Returns true and deducts n tokens if available; false otherwise.
lib/connectors/rate-limit.ts:43
↓ 28 callersFunctionvalidateCronExpression
(expression: string)
lib/scheduler/cron-parser.ts:119
↓ 27 callersFunctionE
(L)
public/monaco/vs/assets/json.worker-DKiEKt88.js:233
↓ 27 callersFunctionapplySdkEvent
( messages: UIMessage[], evt: SDKMessage )
lib/claude/adapter.ts:219
↓ 27 callersFunctionbuildVsix
(input: FixtureBuilder)
lib/plugin/vscode-shim/vsix-installer.test.ts:21
↓ 27 callersFunctionbulkInsertSpans
(spans: AgentTraceSpan[])
lib/db/agent-traces.ts:23
↓ 27 callersFunctioncopy
(text: string)
components/settings/github-delivery/tabs/repos-tab.tsx:76
↓ 27 callersFunctioncreateExportAPI
(pluginId: string)
lib/plugin/api/export-api.ts:83
↓ 27 callersFunctioncreateTwinJob
(draft: TwinJobDraft)
lib/db/twin-jobs.ts:33
↓ 27 callersFunctionextractJson
(text: string)
lib/twin/distill/llm.ts:188
↓ 27 callersFunctionflush
()
hooks/agent/use-external-agent.test.ts:264
↓ 27 callersFunctionget
Retrieve the stored value for `(adapter_id, credential)`. Returns `Ok(None)` when no entry exists.
src-tauri/src/connectors/keyring.rs:33
↓ 27 callersFunctioninferPermissions
(input: InferPermissionsInput)
lib/plugin/vscode-shim/permission-inference.ts:120
↓ 27 callersMethodinstall
* Wire the global `lsp:publishDiagnostics` notification handler. * Idempotent — calling twice is a no-op. Returns a disposer for * tests; produc
lib/plugin/lsp/lsp-client-adapter-tauri.ts:84
↓ 27 callersFunctionk
(...I)
public/monaco/vs/assets/css.worker-HnVq6Ewq.js:181
↓ 27 callersFunctionmakeDraft
(overrides: Partial<WikiArticleDraft> = {})
lib/db/wiki-articles.test.ts:35
↓ 27 callersFunctionmakeEvent
(overrides: Partial<NormalizedInboundEvent> = {})
lib/connectors/at-gate.test.ts:28
↓ 27 callersFunctionmakeVsix
( pkgJson: VsCodeManifest, files: Record<string, string> = {}, overrides: Partial<VsixInstallResult> = {
lib/plugin/vscode-shim/permission-inference.test.ts:10
↓ 27 callersMethodobserve
* Returns `true` if the (role, seq, nonce) tuple is fresh and should be * accepted; `false` if it has already been seen (replay).
lib/signaling/envelope.ts:282
↓ 27 callersMethodonRequest
Register a request handler. Replaces any existing handler.
sidecar/vscode-ext-host/src/rpc.ts:94
↓ 27 callersFunctionpackSkillId
(name: string)
plugins/cognia-backend-refactor/src/ids.ts:18
↓ 27 callersFunctionparseMarkdown
(content: string)
lib/document/parsers/markdown-parser.ts:301
↓ 27 callersMethodpeek
(e)
public/monaco/vs/assets/html.worker-B51mlPHg.js:6045
↓ 27 callersFunctionrunSyncDown
(opts: RunSyncDownOptions = {})
lib/sync/companion-sync.ts:161
↓ 27 callersFunctionstringOrUndef
(v: unknown)
lib/claude/subagent-importers/_parse-helpers.ts:24
↓ 27 callersFunctionuseSessions
()
hooks/chat/use-sessions.ts:23
↓ 26 callersFunctionL
(y)
public/monaco/vs/assets/css.worker-HnVq6Ewq.js:705
↓ 26 callersMethodapply
Project the current mutations onto a starting env map.
sidecar/vscode-ext-host/src/extension-runner.ts:97
↓ 26 callersFunctioncloudFetch
(opts: CloudFetchOptions)
lib/ocr/providers/_http.ts:56
↓ 26 callersFunctioncreateMockTool
(name: string = "test_tool")
lib/plugin/bridge/tools-bridge.test.ts:46
↓ 26 callersFunctioncreateNotificationCenterAPI
(pluginId: string)
lib/plugin/api/notification-api.ts:45
← previousnext →501–600 of 31,059, ranked by callers