MCPcopy Create free account

hub / github.com/clark-maybe/mole-extension / functions

Functions978 in github.com/clark-maybe/mole-extension

↓ 2 callersFunctionmatchWorkflows
( url: string, allWorkflows: SiteWorkflowSpec[], )
src/functions/site-workflow-matcher.ts:35
↓ 2 callersFunctionmcpToolsToSchema
(mcpTools: MCPTool[])
src/mcp/adapters.ts:15
↓ 2 callersFunctionnormalizeIntervalMs
(raw: unknown)
src/functions/resident-runtime.ts:92
↓ 2 callersFunctionnormalizeMaxFailures
(raw: unknown)
src/functions/resident-runtime.ts:98
↓ 2 callersFunctionnowTs
()
src/lib/artifact-store.ts:21
↓ 2 callersFunctionopenEditor
(wf: WorkflowItem | null)
src/options/pages/WorkflowsPage.tsx:115
↓ 2 callersFunctionparseDayName
(name: string)
src/functions/timer.ts:52
↓ 2 callersFunctionparseErrorContent
(content: string)
src/background/session-event.ts:292
↓ 2 callersFunctionparseIntervalMs
(params: { interval_ms?: number; interval_seconds?: number; interval_minutes?: number; })
src/functions/timer.ts:38
↓ 2 callersFunctionparseRollbackCommand
(query: string)
src/background/session-manager.ts:343
↓ 2 callersFunctionparseRow
(row: string)
src/content/float-ball/markdown.ts:232
↓ 2 callersFunctionparseTurnLifecycleEvent
( raw: string, fallbackStatus: 'done' | 'error', )
src/content/float-ball.ts:772
↓ 2 callersFunctionperformClick
( tabId: number, x: number, y: number, button: string, clickCount: number, signal?: AbortSignal, )
src/functions/cdp-input.ts:161
↓ 2 callersFunctionpersistBlockedDomains
(entries: DomainEntry[])
src/options/pages/BlocklistPage.tsx:47
↓ 2 callersFunctionpersistRecentRepairMap
(map: Record<string, RecentRepairEntry>)
src/functions/site-experience.ts:126
↓ 2 callersFunctionpersistStore
(store: SiteExperienceStoreShape)
src/functions/site-experience.ts:103
↓ 2 callersFunctionph
(s: string)
src/content/float-ball/markdown.ts:24
↓ 2 callersFunctionpruneToMaxNodes
(root: SkeletonNode, maxNodes: number)
src/content/page-skeleton.ts:289
↓ 2 callersFunctionpushNetworkEvent
(tabId: number, event: CDPNetworkEvent)
src/lib/cdp-session.ts:327
↓ 2 callersFunctionreadAll
()
src/lib/artifact-store.ts:23
↓ 2 callersFunctionreadWebhookConfig
()
src/functions/webhook.ts:56
↓ 2 callersFunctionregisterRecorderNavListener
()
src/background/workflow-recorder.ts:74
↓ 2 callersFunctionremoveAnnotations
()
src/content/page-grounding.ts:874
↓ 2 callersFunctionremovePendingIndex
(index: number)
src/background/session-history.ts:120
↓ 2 callersFunctionrenderBgTasksPanel
()
src/content/float-ball.ts:1152
↓ 2 callersFunctionrenderImageViewer
()
src/content/float-ball.ts:896
↓ 2 callersFunctionreplaceInternalToolTerms
(raw: string)
src/content/float-ball/text-utils.ts:12
↓ 2 callersMethodrequest
* 发送请求到 MCP Server * 直接调用 server.handleRequest(),无需网络通信 * @param method 请求方法 * @param params 请求参数 * @returns 响应结果
src/mcp/transport.ts:29
↓ 2 callersFunctionrequestSessionReplay
( sessionId: string, scope: 'latest_turn' | 'delta' | 'full', fromEventCount?: number, )
src/content/float-ball.ts:3216
↓ 2 callersFunctionresetInputHistoryCursor
()
src/content/float-ball.ts:433
↓ 2 callersFunctionresolveElementRect
( tabId: number, elementId: string, signal?: AbortSignal, )
src/functions/cdp-input.ts:61
↓ 2 callersFunctionresolveParallelToolCalls
(settings: AISettings)
src/ai/llm-client.ts:39
↓ 2 callersFunctionresolvePermissionLevel
(name: string, params: Record<string, any>)
src/ai/tool-executor.ts:152
↓ 2 callersFunctionresolveSensitiveApproval
( call: OutputFunctionCallItem, )
src/ai/tool-executor.ts:190
↓ 2 callersFunctionresolveSiteExperienceDomain
(context?: ToolExecutionContext)
src/functions/site-experience.ts:138
↓ 2 callersFunctionrollbackSessionTurns
(session: Session, turns: number, source: 'rollback' | 'undo')
src/background/session-manager.ts:1218
↓ 2 callersFunctionrunJobById
(jobId: string, source: 'alarm' | 'manual', ignoreDisabled: boolean = false)
src/functions/resident-runtime.ts:315
↓ 2 callersFunctionrunSessionShortcutTask
( session: Session, normalizedQuery: string, signal: AbortSignal, pushEvent: (event: { type: s
src/background/session-manager.ts:671
↓ 2 callersFunctionrunSessionTaskChat
( session: Session, taskScopedQuery: string, tabId: number | undefined, signal: AbortSignal,
src/background/session-manager.ts:628
↓ 2 callersFunctionsafeParseArgs
(raw: string)
src/ai/tool-executor.ts:396
↓ 2 callersFunctionscanTabNavigateResults
( calls: OutputFunctionCallItem[], results: InputItem[], tracker: TabTracker, )
src/ai/core-loop.ts:331
↓ 2 callersFunctionsendFloatBallTakeoverStateToTab
(tabId: number, payload: FloatBallTakeoverStatePayload)
src/functions/remote-workflow.ts:116
↓ 2 callersFunctionsendToWebhook
( entry: WebhookEntry, body: { title: string; message: string }, )
src/functions/webhook.ts:123
↓ 2 callersFunctionserializeToText
(node: SkeletonNode, indent: number = 0)
src/content/page-skeleton.ts:317
↓ 2 callersFunctionsetStatus
(html: string)
src/content/float-ball.ts:1928
↓ 2 callersFunctionshowNotification
(title: string, message: string, notificationId: string = `mole-ext-${Date.now()}`)
src/background/channel-handlers.ts:16
↓ 2 callersFunctionsimplifySessionOpLabel
(label?: string)
src/content/float-ball.ts:1263
↓ 2 callersFunctionstartNewSession
()
src/content/float-ball.ts:1805
↓ 2 callersFunctionstartRecording
()
src/content/float-ball.ts:1509
↓ 2 callersFunctionstartRecordingCapture
()
src/content/float-ball.ts:1454
↓ 2 callersFunctionstopRecording
()
src/content/float-ball.ts:1527
↓ 2 callersFunctionstoreReplayRunSnapshot
(runId: string | null | undefined, eventCount: number, lastTimestamp: number)
src/content/float-ball.ts:517
↓ 2 callersFunctionsyncAllSkillManifests
()
src/functions/skill-registry.ts:281
↓ 2 callersFunctionsyncFromManifestUrl
(manifestUrl: string)
src/functions/skill-registry.ts:206
↓ 2 callersFunctionsyncFromManifestUrl
(manifestUrl: string)
src/functions/site-workflow-registry.ts:170
↓ 2 callersFunctionsyncJobAlarm
(job: ResidentJob)
src/functions/resident-runtime.ts:218
↓ 2 callersFunctiontokenizeHint
(hint: string)
src/functions/site-experience.ts:72
↓ 2 callersFunctiontokenizeHint
(hint: string)
src/functions/page-repair.ts:58
↓ 2 callersFunctionunregisterRecorderNavListener
()
src/background/workflow-recorder.ts:105
↓ 2 callersMethodunregisterTool
* 取消注册工具 * @param name 工具名
src/mcp/server.ts:33
↓ 2 callersFunctionupdateBgTaskBadge
()
src/content/float-ball.ts:1141
↓ 2 callersFunctionupdateFooterTime
()
src/content/float-ball.ts:1594
↓ 2 callersMethodupdateStatus
更新 Agent 状态和结果
src/ai/agent-registry.ts:82
↓ 2 callersFunctionupdateTabId
(tabId: number)
src/sidepanel/SidePanelApp.tsx:26
↓ 2 callersFunctionurlMatched
(url: string)
src/functions/cdp-input.ts:790
↓ 2 callersFunctionuseSecondTick
(enabled: boolean)
src/content/float-ball/hooks/useGlobalEvents.ts:76
↓ 2 callersFunctionvalidateWorkflow
(raw: unknown)
src/functions/skill-registry.ts:127
↓ 2 callersFunctionwaitForTabComplete
( tabId: number, timeoutMs: number, timeoutMessage: string, signal?: AbortSignal, )
src/functions/tab-utils.ts:46
↓ 1 callersMethodaddBatch
* 批量创建(用于一次性制定计划) * 返回成功创建的项列表,达上限时提前终止
src/ai/todo-manager.ts:86
↓ 1 callersFunctionaddWorkflowToSkill
( skillName: string, workflow: WorkflowEntry, )
src/functions/skill-registry.ts:586
↓ 1 callersFunctionagentRunner
(params, runnerSignal)
src/ai/core-loop.ts:508
↓ 1 callersFunctionannotateInteractiveAttrs
(node: SkeletonNode, el: Element)
src/content/page-skeleton.ts:124
↓ 1 callersFunctionannotateInteractiveElements
()
src/content/page-grounding.ts:795
↓ 1 callersFunctionappendAgentStateLog
(rawContent: string)
src/content/float-ball.ts:2292
↓ 1 callersFunctionappendInterruptedTurnMarker
(session: Session)
src/background/session-manager.ts:447
↓ 1 callersFunctionappendTaskResultToContext
将任务结果追加到会话 context
src/background/session-context-tasks.ts:186
↓ 1 callersFunctionapplyFilter
( items: Record<string, any>[], field: string, op: string, value: any, )
src/functions/data-pipeline.ts:85
↓ 1 callersFunctionapplySiteExperienceBoost
( domain: string | null, runtimeHint: string, candidates: T[], )
src/functions/site-experience.ts:185
↓ 1 callersFunctionapplyTakeoverStatePayload
(data: any)
src/content/float-ball.ts:616
↓ 1 callersFunctionapplyTaskLifecycleToTask
(lifecycle: TaskLifecycleEventPayload)
src/content/float-ball.ts:848
↓ 1 callersFunctionbuildAgentStatePanelMarkup
()
src/options/components/FloatingChat.tsx:124
↓ 1 callersFunctionbuildAgentStateSummaryText
()
src/content/float-ball.ts:2227
↓ 1 callersFunctionbuildApprovalMessage
(name: string, params: Record<string, any>)
src/ai/tool-executor.ts:164
↓ 1 callersFunctionbuildBarkRequest
( bark: BarkConfig, body: { title: string; message: string }, )
src/functions/webhook.ts:80
↓ 1 callersFunctionbuildCandidateKey
(candidate: RepairCandidate)
src/functions/page-repair.ts:90
↓ 1 callersFunctionbuildCompactTaskQuery
构建压缩任务 prompt
src/background/session-context-tasks.ts:388
↓ 1 callersFunctionbuildCompactedReplacementContext
构建压缩后的替换 context(保留近期用户消息 + 压缩摘要)
src/background/session-context-tasks.ts:536
↓ 1 callersFunctionbuildExecutionGroups
(calls: OutputFunctionCallItem[])
src/ai/tool-executor.ts:97
↓ 1 callersFunctionbuildGenericRequest
( entry: WebhookEntry, body: { title: string; message: string }, )
src/functions/webhook.ts:101
↓ 1 callersFunctionbuildHandoffPrompt
(artifact: HandoffArtifact)
src/ai/phase-orchestrator.ts:151
↓ 1 callersFunctionbuildLinkChip
(href: string, urlText: string)
src/content/float-ball/markdown.ts:73
↓ 1 callersFunctionbuildModifiersMask
(modifiers?: string[])
src/functions/cdp-input.ts:25
↓ 1 callersFunctionbuildOnDemandCatalog
()
src/functions/tool-tiers.ts:58
↓ 1 callersFunctionbuildPageSkeleton
(params: SkeletonParams)
src/content/page-skeleton.ts:373
↓ 1 callersFunctionbuildReviewGoal
(artifact: HandoffArtifact)
src/ai/review-agent.ts:52
↓ 1 callersFunctionbuildReviewReplyText
构建审查回复文本
src/background/session-context-tasks.ts:169
↓ 1 callersFunctionbuildReviewTaskQuery
构建审查任务 prompt
src/background/session-context-tasks.ts:267
↓ 1 callersFunctionbuildRoundPreviewText
(query: string)
src/content/float-ball.ts:1948
↓ 1 callersFunctionbuildSessionCompressionSummary
构建压缩摘要文本(包含标签、摘要、丢弃统计)
src/background/session-context-tasks.ts:373
↓ 1 callersFunctionbuildSessionHistoryRecord
构建会话历史记录
src/background/session-history.ts:268
← previousnext →301–400 of 978, ranked by callers