MCPcopy Create free account

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

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

↓ 5 callersFunctiongetBuiltinFunction
(name: string)
src/functions/registry.ts:117
↓ 5 callersFunctiongetElementInfo
(el: Element, cache: Map<Element, CachedElementInfo>)
src/content/page-grounding.ts:210
↓ 5 callersFunctiongetRunningTasks
()
src/background/session-manager.ts:245
↓ 5 callersFunctionisElementEditable
(el: Element)
src/content/page-grounding.ts:127
↓ 5 callersFunctionisElementVisible
(el: Element, rect?: DOMRect, style?: CSSStyleDeclaration)
src/content/page-grounding.ts:104
↓ 5 callersFunctionpersist
(updated: WebhookEntry[])
src/options/pages/WebhookPage.tsx:104
↓ 5 callersFunctionpersistSessionHistory
(session: Session)
src/background/session-history.ts:295
↓ 5 callersFunctionpersistStore
()
src/functions/site-workflow-registry.ts:85
↓ 5 callersFunctionreadSources
()
src/functions/skill-registry.ts:108
↓ 5 callersFunctionreadSources
()
src/functions/site-workflow-registry.ts:99
↓ 5 callersFunctionresolveFailureCode
(message: string)
src/background/session-event.ts:278
↓ 5 callersFunctionrunSnapshotStep
( query: string | undefined, params: { step: string; note: string; scope_selector?: string;
src/functions/page-repair.ts:142
↓ 5 callersFunctionsyncLiveStatusText
(raw: unknown)
src/content/float-ball.ts:2201
↓ 5 callersMethodtoSnapshot
序列化为快照
src/ai/todo-manager.ts:172
↓ 5 callersFunctiontypeLabel
(type: string)
src/mcp/validator.ts:14
↓ 5 callersFunctionupdateJobSuccess
(job: ResidentJob, startedAt: number, data: unknown)
src/functions/resident-runtime.ts:287
↓ 5 callersFunctionvalidateSkillSpec
(raw: unknown)
src/functions/skill-registry.ts:152
↓ 4 callersFunctionabortSessionTask
( sessionId: string, reason: TurnAbortReason, message: string, failureCode: SessionFailureCode
src/background/session-manager.ts:1113
↓ 4 callersMethodall
获取所有项的只读副本
src/ai/todo-manager.ts:56
↓ 4 callersFunctionappendToolArtifactSection
(section: HTMLElement, callId: string)
src/content/float-ball.ts:2820
↓ 4 callersFunctionarchiveCurrentRoundView
(previewQuery?: string)
src/content/float-ball.ts:1954
↓ 4 callersFunctionattach
(tabId: number)
src/lib/cdp-session.ts:156
↓ 4 callersFunctionbuildCompactContextDigest
构建上下文摘要(Goal / Done / Open / Next)
src/background/session-context-tasks.ts:341
↓ 4 callersFunctionchatComplete
( input: InputItem[], tools?: ToolSchema[], instructions?: string, signal?: AbortSignal, toolChoice?
src/ai/llm-client.ts:78
↓ 4 callersFunctionchromeStorageGet
(key: string)
src/functions/skill-registry.ts:74
↓ 4 callersFunctionclearJobAlarm
(jobId: string)
src/functions/resident-runtime.ts:204
↓ 4 callersFunctioncompactContext
( context: InputItem[], maxItems: number, emit: (event: AIStreamEvent) => void, todoStatusText?: strin
src/ai/context-manager.ts:50
↓ 4 callersMethodcurrent
当前 in_progress 的项(最多一个)
src/ai/todo-manager.ts:51
↓ 4 callersFunctiondone
(payload: { success: true; data: Record<string, unknown> } | { success: false; error: string })
src/functions/cdp-input.ts:846
↓ 4 callersFunctionemitTaskLifecycleEvent
发射任务生命周期事件
src/background/session-context-tasks.ts:64
↓ 4 callersFunctionescapeCssValue
(value: string)
src/content/page-grounding.ts:91
↓ 4 callersFunctiongetAISettings
()
src/ai/llm-client.ts:49
↓ 4 callersFunctionhasChromeStorage
()
src/functions/site-workflow-registry.ts:67
↓ 4 callersFunctionhideRecorderOverlay
()
src/content/recorder-overlay.ts:254
↓ 4 callersFunctionisElementClickable
(el: Element, style?: CSSStyleDeclaration)
src/content/page-grounding.ts:142
↓ 4 callersFunctionisNetworkListening
(tabId: number)
src/lib/cdp-session.ts:386
↓ 4 callersFunctionisSupported
()
src/lib/cdp-session.ts:152
↓ 4 callersFunctionisTakeoverActive
()
src/content/float-ball.ts:579
↓ 4 callersFunctionmarkdownToHtml
(text: string)
src/content/float-ball/markdown.ts:176
↓ 4 callersFunctionneedSection
(name: string)
src/content/page-parser.ts:205
↓ 4 callersFunctionnormalizeHint
(hint: string)
src/functions/site-experience.ts:70
↓ 4 callersFunctionpaginateItems
(items: T[], limit: number, offset: number)
src/functions/bookmark-ops.ts:120
↓ 4 callersFunctionparseTurnLifecycleEventPayload
(content: string)
src/background/session-event.ts:45
↓ 4 callersFunctionpersistSources
(sources: SkillManifestSource[])
src/functions/skill-registry.ts:115
↓ 4 callersFunctionpersistSources
(sources: ManifestSource[])
src/functions/site-workflow-registry.ts:110
↓ 4 callersFunctionpreviewNextImage
(step: number)
src/content/float-ball.ts:911
↓ 4 callersFunctionquadToRect
(quad: number[])
src/functions/cdp-dom.ts:653
↓ 4 callersMethodregisterTool
* 注册一个工具函数 * @param tool 工具函数定义
src/mcp/server.ts:25
↓ 4 callersFunctionresolveSessionTaskRequest
( query: string, preferredTaskKind?: SessionTaskKind | string, )
src/background/session-manager.ts:276
↓ 4 callersFunctionresolveTargetCoords
( tabId: number, params: { element_id?: string; x?: number; y?: number }, signal?: AbortSignal, )
src/functions/cdp-input.ts:92
↓ 4 callersFunctionrunSessionNow
(session: Session, query: string, tabId?: number, options?: ExecuteSessionOptions)
src/background/session-manager.ts:1192
↓ 4 callersFunctionsetActiveSessionId
(id: string | null)
src/background/session-state.ts:31
↓ 4 callersFunctionsortItems
(items: FlatBookmarkItem[], sortBy: BookmarkSortBy, order: SortOrder)
src/functions/bookmark-ops.ts:102
↓ 4 callersFunctionstripImagesFromContent
(content: string | ContentPart[])
src/ai/context-manager.ts:30
↓ 4 callersFunctionthrowIfAborted
(signal?: AbortSignal)
src/functions/tab-utils.ts:18
↓ 4 callersFunctionupdateAnswer
(text: string)
src/content/float-ball.ts:2005
↓ 4 callersFunctionupdateCallsSummary
()
src/content/float-ball.ts:2053
↓ 4 callersFunctionupdateJobFailure
(job: ResidentJob, startedAt: number, error?: string)
src/functions/resident-runtime.ts:299
↓ 4 callersFunctionupdateProcessEntryStatus
( target: Element | null, options: { tone?: 'status' | 'action' | 'issue' | 'done'; subtext?: string;
src/content/float-ball.ts:2117
↓ 4 callersFunctionupdateRecorderStepCount
(count: number)
src/content/recorder-overlay.ts:247
↓ 4 callersFunctionvalidateSchema
( schema: Record<string, any> | undefined, value: unknown, path: string = 'arguments', )
src/mcp/validator.ts:147
↓ 3 callersFunction_createLogEntry
(type: LogType, txt: string, data?: any)
src/lib/console.ts:41
↓ 3 callersFunctionagenticLoop
( context: InputItem[], tools: ToolSchema[], systemPrompt: string, budget: LoopBudget, tabId: number
src/ai/core-loop.ts:373
↓ 3 callersFunctionbuildFlatList
( roots: chrome.bookmarks.BookmarkTreeNode[], options?: { includeFolders?: boolean }, )
src/functions/bookmark-ops.ts:42
↓ 3 callersFunctionbuildSessionReplayPayload
( session: Session, scope: SessionReplayPayload['scope'] = 'latest_turn', fromEventCount?: number,
src/background/session-replay.ts:61
↓ 3 callersFunctionbuildTurnLifecycleEventPayload
( status: SessionStatus, session: Session, runId: string | null, extra?: Partial<TurnLifecycle
src/background/session-event.ts:327
↓ 3 callersFunctionclampY
(y: number)
src/content/float-ball.ts:68
↓ 3 callersFunctioncleanupTabState
(tabId: number)
src/lib/cdp-session.ts:192
↓ 3 callersFunctionclipCompactText
裁剪文本到指定最大长度
src/background/session-context-tasks.ts:287
↓ 3 callersFunctioncollectStreamResponse
( input: InputItem[], tools: ToolSchema[], systemPrompt: string, signal: AbortSignal | undefined, em
src/ai/core-loop.ts:58
↓ 3 callersFunctioncompactArtifacts
(list: ScreenshotArtifactRecord[])
src/lib/artifact-store.ts:34
↓ 3 callersFunctioncompleteActiveTask
(sessionId: string, runId?: string)
src/background/session-manager.ts:266
↓ 3 callersFunctioncomputeNextScheduleRun
(rule: string)
src/functions/timer.ts:60
↓ 3 callersFunctioncreateSession
(summary: string, originTabId?: number)
src/background/session-manager.ts:1065
↓ 3 callersFunctiondisableCard
(approved: boolean)
src/options/components/FloatingChat.tsx:1373
↓ 3 callersFunctiondispatchSessionOp
(label: string, op: () => Promise<void> | void)
src/background/session-state.ts:91
↓ 3 callersFunctionemitTaskLifecycleEvent
( pushEvent: (event: { type: string; content: string }) => void, taskKind: SessionTaskKind, phase:
src/background/session-manager.ts:500
↓ 3 callersFunctionensureCallsGroup
()
src/content/float-ball.ts:2023
↓ 3 callersFunctionextractLatestStartedRunId
(eventLog: SessionEventLogItem[] | undefined)
src/background/session-event.ts:32
↓ 3 callersFunctionformatDuration
(ms?: number)
src/options/pages/HistoryPage.tsx:18
↓ 3 callersFunctiongetActiveTabId
()
src/functions/tab-utils.ts:4
↓ 3 callersFunctiongetDocumentNodeId
(tabId: number)
src/functions/cdp-dom.ts:71
↓ 3 callersFunctiongetElementLabel
(el: Element)
src/content/page-grounding.ts:165
↓ 3 callersFunctiongetElementText
(el: Element)
src/content/page-grounding.ts:159
↓ 3 callersFunctiongetFields
(items: Record<string, any>[])
src/functions/data-pipeline.ts:74
↓ 3 callersFunctiongetOrCreateElementHandle
(el: Element)
src/content/page-grounding.ts:233
↓ 3 callersFunctiongetSessionTaskKind
(sessionId: string)
src/background/session-manager.ts:311
↓ 3 callersFunctiongetSurroundingText
(el: Element)
src/content/page-grounding.ts:192
↓ 3 callersFunctiongetTakeoverLabel
()
src/content/float-ball.ts:588
↓ 3 callersFunctiongetViewportWidth
()
src/content/float-ball.ts:59
↓ 3 callersFunctionhandleTaskLifecycleEvent
( eventType: 'entered_review_mode' | 'exited_review_mode' | 'context_compacted', content: string, )
src/content/float-ball.ts:2449
↓ 3 callersFunctionhasChromeAlarms
()
src/functions/resident-runtime.ts:88
↓ 3 callersFunctioninvalidateWorkflowCache
()
src/options/pages/WorkflowsPage.tsx:61
↓ 3 callersFunctionisAgentTool
(name: string)
src/ai/tool-executor.ts:76
↓ 3 callersFunctionisElementDisabled
(el: Element)
src/content/page-grounding.ts:122
↓ 3 callersFunctionisInViewport
(el: Element, rect?: DOMRect)
src/content/page-grounding.ts:114
↓ 3 callersFunctionisSessionCompressionMessage
判断是否为压缩摘要消息
src/background/session-context-tasks.ts:280
↓ 3 callersFunctionlistAllSkills
()
src/functions/skill-registry.ts:513
↓ 3 callersFunctionmarkCompleted
(index: number, status: SessionToolCallChainItem['status'], message: string | undefined, endedAt: number | und
src/background/session-history.ts:125
↓ 3 callersFunctionmatchSkills
( url: string, allSkills: SkillSpec[], )
src/functions/skill-matcher.ts:39
← previousnext →101–200 of 978, ranked by callers