MCPcopy Create free account

hub / github.com/ChromeDevTools/chrome-devtools-mcp / functions

Functions785 in github.com/ChromeDevTools/chrome-devtools-mcp

↓ 1 callersFunctionconvertConsoleMessageConciseDetailedToString
( msg: ConsoleMessageDetailed, )
src/formatters/ConsoleFormatter.ts:339
↓ 1 callersFunctionconvertIssueConciseToString
(issue: IssueConcise)
src/formatters/IssueFormatter.ts:216
↓ 1 callersFunctionconvertIssueDetailedToString
(issue: IssueDetailed)
src/formatters/IssueFormatter.ts:220
↓ 1 callersFunctionconvertNetworkRequestDetailedToStringDetailed
( data: NetworkRequestDetailed, )
src/formatters/NetworkFormatter.ts:278
↓ 1 callersFunctioncopyDevToolsDescriptionFiles
()
scripts/post-build.ts:184
↓ 1 callersFunctioncreateMcpServer
( serverArgs: ParsedArguments, options: { logFile?: fs.WriteStream; }, )
src/index.ts:45
↓ 1 callersFunctioncreateMockMessage
( type: string, text: string, argsCount = 0, )
tests/formatters/ConsoleFormatterGrouping.test.ts:16
↓ 1 callersFunctioncreateMockMessage
( data: Partial<MockConsoleMessage> = {}, )
tests/formatters/ConsoleFormatter.test.ts:25
↓ 1 callersFunctioncreateMockRecorder
()
tests/tools/screencast.test.ts:19
↓ 1 callersFunctioncreateNewPageAndTriggerDialog
(client: Client)
tests/index.test.ts:378
↓ 1 callersFunctioncreateStackTraceForConsoleMessage
( devTools: TargetUniverse, consoleMessage: ConsoleMessage, )
src/devtools/DevtoolsUtils.ts:378
↓ 1 callersFunctioncreateStructuredPage
( mcpPage: McpPage, context: McpContext, rawTitle: string, )
src/McpResponse.ts:1470
↓ 1 callersMethodcreateWaitForHelper
( cpuMultiplier: number, networkMultiplier: number, )
src/McpPage.ts:409
↓ 1 callersFunctioncruxResponseFixture
(url = 'https://web.dev/', lcp = 2595)
tests/tools/performance.test.ts:554
↓ 1 callersFunctiondebugLog
(...args: unknown[])
scripts/eval_gemini.ts:46
↓ 1 callersFunctiondelay
(ms: number)
src/daemon/client.ts:76
↓ 1 callersFunctiondetectOsType
()
src/telemetry/ClearcutLogger.ts:28
↓ 1 callersFunctiondiscoverBundledPackages
* Parse all .ts files in src/third_party/ and extract the bare package names * from import/export statements. Relative imports and node_modules paths
scripts/eslint_rules/no-direct-third-party-imports-rule.js:40
↓ 1 callersFunctiondiscoverScenarios
( scenariosDir: string, scenarioFilter?: string, )
scripts/profile/profile_mcp.ts:50
↓ 1 callersMethoddispose
()
src/collectors/PageCollector.ts:99
↓ 1 callersMethoddisposeSnapshot
(filePath: string)
src/processors/HeapSnapshotManager.ts:438
↓ 1 callersFunctionensureBrowserLaunched
( options: McpLaunchOptions, )
src/browser.ts:279
↓ 1 callersFunctionensureSubmodule
()
scripts/prepare.ts:41
↓ 1 callersFunctionescapeHtmlTags
(text: string)
scripts/generate-docs.ts:64
↓ 1 callersFunctionexceptionDetails
( overrides: Partial<Protocol.Runtime.ExceptionDetails> = {}, )
tests/devtools/DevtoolsUtils.test.ts:106
↓ 1 callersMethodexecuteThirdPartyDeveloperTool
( toolName: string, params: Record<string, unknown>, response: Response, )
src/McpPage.ts:445
↓ 1 callersFunctionexit
(code: number)
src/telemetry/watchdog/main.ts:93
↓ 1 callersFunctionfetchPageTitle
(page: Page)
src/McpResponse.ts:1463
↓ 1 callersFunctionfetchTools
()
scripts/generate-cli.ts:27
↓ 1 callersFunctionfillFormElement
( uid: string, value: string, context: McpContext, page: ContextPage, )
src/tools/input.ts:241
↓ 1 callersMethodfind
( extensionId: string, filter: (item: WithSymbolId<ConsoleMessage | UncaughtError>) => boolean, )
src/collectors/ServiceWorkerCollector.ts:196
↓ 1 callersFunctionflushLogs
( logFile: fs.WriteStream, timeoutMs = 2000, )
src/utils/logger.ts:29
↓ 1 callersFunctionformatArgs
(msg: ConsoleMessageDetailed)
src/formatters/ConsoleFormatter.ts:351
↓ 1 callersFunctionformatArgumentNames
(names: string[])
src/ToolHandler.ts:134
↓ 1 callersFunctionformatAsyncFragment
( fragment: DevTools.DevTools.StackTrace.StackTrace.AsyncFragment, formatter: {isIgnored: IgnoreCheck}, )
src/formatters/ConsoleFormatter.ts:430
↓ 1 callersFunctionformatCause
( cause: SymbolizedError | undefined, formatter: {isIgnored: IgnoreCheck}, )
src/formatters/ConsoleFormatter.ts:458
↓ 1 callersFunctionformatDOMLinkState
( state: DevTools.HeapSnapshotModel.HeapSnapshotModel.DOMLinkState, )
src/formatters/HeapSnapshotFormatter.ts:280
↓ 1 callersMethodformatDuplicateStrings
( groups: readonly DuplicateStringGroup[], )
src/formatters/HeapSnapshotFormatter.ts:127
↓ 1 callersFunctionformatHeaders
(headers: Record<string, string>)
src/formatters/NetworkFormatter.ts:270
↓ 1 callersMethodformatObjectInfo
( info: DevTools.HeapSnapshotModel.HeapSnapshotModel.ObjectInfo, )
src/formatters/HeapSnapshotFormatter.ts:262
↓ 1 callersFunctionformatSignedCount
(n: number)
src/formatters/HeapSnapshotFormatter.ts:294
↓ 1 callersFunctionformatSignedSize
(bytes: number)
src/formatters/HeapSnapshotFormatter.ts:298
↓ 1 callersFunctionformatterTestConcise
( label: string, setup: (t: it.TestContext) => Promise<IssueFormatter>, )
tests/formatters/IssueFormatter.test.ts:27
↓ 1 callersFunctionformatterTestConcise
( label: string, setup: (t: it.TestContext) => Promise<ConsoleFormatter>, )
tests/formatters/ConsoleFormatter.test.ts:36
↓ 1 callersFunctionformatterTestDetailed
( label: string, setup: (t: it.TestContext) => Promise<IssueFormatter>, )
tests/formatters/IssueFormatter.test.ts:41
↓ 1 callersFunctionformatterTestDetailed
( label: string, setup: (t: it.TestContext) => Promise<ConsoleFormatter>, )
tests/formatters/ConsoleFormatter.test.ts:50
↓ 1 callersFunctiongenerateCli
()
scripts/generate-cli.ts:108
↓ 1 callersFunctiongenerateConfigOptionsMarkdown
()
scripts/generate-docs.ts:157
↓ 1 callersFunctiongenerateReference
( title: string, outputPath: string, toolsWithAnnotations: ToolWithAnnotations[], categories: Record<s
scripts/generate-docs.ts:296
↓ 1 callersFunctiongenerateTempFilePath
()
src/tools/screencast.ts:17
↓ 1 callersFunctiongenerateToolDocumentation
()
scripts/generate-docs.ts:522
↓ 1 callersFunctiongenerateToolsTOC
( categories: Record<string, ToolWithAnnotations[]>, sortedCategories: string[], )
scripts/generate-docs.ts:112
↓ 1 callersFunctiongeolocationTransform
(arg: string | undefined)
src/tools/ToolDefinition.ts:505
↓ 1 callersMethodgetAggregates
( filePath: string, filterName?: string, objectId?: number, )
src/processors/HeapSnapshotManager.ts:118
↓ 1 callersFunctiongetCategoryStatus
( category: ToolCategory, serverArgs: ParsedArguments, )
src/ToolHandler.ts:47
↓ 1 callersMethodgetClassDiffs
( baseFilePath: string, currentFilePath: string, )
src/processors/HeapSnapshotManager.ts:278
↓ 1 callersFunctiongetCliOptions
()
src/bin/chrome-devtools.ts:52
↓ 1 callersFunctiongetConditionStatus
( condition: string, serverArgs: ParsedArguments, )
src/ToolHandler.ts:71
↓ 1 callersMethodgetConsoleMessageById
( id: number, )
src/McpPage.ts:374
↓ 1 callersFunctiongetDataFolder
()
src/telemetry/persistence.ts:22
↓ 1 callersMethodgetDetailedClassDiff
( baseFilePath: string, currentFilePath: string, classIndex: number, )
src/processors/HeapSnapshotManager.ts:297
↓ 1 callersMethodgetDominatorsOf
( filePath: string, nodeId: number, )
src/processors/HeapSnapshotManager.ts:252
↓ 1 callersMethodgetDuplicateStrings
(filePath: string)
src/processors/HeapSnapshotManager.ts:420
↓ 1 callersMethodgetEdges
( filePath: string, nodeId: number, options?: HeapEdgesQueryOptions, )
src/processors/HeapSnapshotManager.ts:264
↓ 1 callersMethodgetExtension
(id: string)
src/McpContext.ts:746
↓ 1 callersMethodgetHeapSnapshotDetailedClassDiff
( baseFilePath: string, currentFilePath: string, classIndex: number, )
src/McpContext.ts:931
↓ 1 callersMethodgetHeapSnapshotDominators
( filePath: string, nodeId: number, )
src/McpContext.ts:854
↓ 1 callersMethodgetHeapSnapshotDuplicateStrings
( filePath: string, )
src/McpContext.ts:763
↓ 1 callersMethodgetHeapSnapshotEdges
( filePath: string, nodeId: number, options?: HeapEdgesQueryOptions, )
src/McpContext.ts:913
↓ 1 callersMethodgetHeapSnapshotNativeContextSizes
( filePath: string, )
src/McpContext.ts:788
↓ 1 callersMethodgetHeapSnapshotNodesById
( filePath: string, id: number, filterName?: string, objectId?: number, )
src/McpContext.ts:802
↓ 1 callersMethodgetHeapSnapshotObjectDetails
( filePath: string, nodeId: number, )
src/McpContext.ts:823
↓ 1 callersMethodgetHeapSnapshotRetainedByContextSummary
( filePath: string, )
src/McpContext.ts:794
↓ 1 callersMethodgetHeapSnapshotRetainers
( filePath: string, nodeId: number, )
src/McpContext.ts:816
↓ 1 callersMethodgetHeapSnapshotRetainingPaths
( filePath: string, nodeId: number, maxDepth?: number, maxNodes?: number, maxSiblings?: nu
src/McpContext.ts:838
↓ 1 callersMethodgetHeapSnapshotStaticData
( filePath: string, )
src/McpContext.ts:782
↓ 1 callersMethodgetHeapUsage
()
scripts/profile/inspector.ts:101
↓ 1 callersFunctiongetImageContent
(content: CallToolResult['content'][number])
tests/utils.ts:48
↓ 1 callersFunctiongetInsightOutput
( result: TraceResult, insightSetId: string, insightName: InsightName, deviceScope?: DevTools.CrUXMana
src/processors/PerformanceTrace.ts:101
↓ 1 callersFunctiongetMockIssueWithDetails
(details: object | null)
tests/formatters/IssueFormatter.test.ts:55
↓ 1 callersFunctiongetMockPage
()
tests/utils.ts:393
↓ 1 callersMethodgetNativeContextSizes
( filePath: string, )
src/processors/HeapSnapshotManager.ts:160
↓ 1 callersMethodgetNetworkRequestById
(reqid: number)
src/McpPage.ts:380
↓ 1 callersMethodgetNetworkRequests
(includePreservedRequests?: boolean)
src/McpPage.ts:350
↓ 1 callersMethodgetNodesById
( filePath: string, id: number, filterName?: string, objectId?: number, )
src/processors/HeapSnapshotManager.ts:188
↓ 1 callersMethodgetObjectInfo
( filePath: string, nodeId: number, )
src/processors/HeapSnapshotManager.ts:220
↓ 1 callersMethodgetOrCreateIdForClassKey
( filePath: string, classKey: string, )
src/processors/HeapSnapshotManager.ts:174
↓ 1 callersMethodgetPWAState
(options: GetPWAStateOptions)
src/McpContext.ts:373
↓ 1 callersFunctiongetPackageName
(modulePath)
rollup.config.js:83
↓ 1 callersFunctiongetPageOrFrame
( page: Page, frames: Set<Frame>, )
src/tools/script.ts:200
↓ 1 callersFunctiongetRegistry
()
src/bin/check-latest-version.ts:14
↓ 1 callersFunctiongetResolvedVersion
(packageName)
rollup.config.js:58
↓ 1 callersMethodgetRetainedByContextSummary
( filePath: string, )
src/processors/HeapSnapshotManager.ts:167
↓ 1 callersMethodgetRetainers
( filePath: string, nodeId: number, )
src/processors/HeapSnapshotManager.ts:207
↓ 1 callersMethodgetRetainingPaths
( filePath: string, nodeId: number, maxDepth?: number, maxNodes?: number, maxSiblings?: nu
src/processors/HeapSnapshotManager.ts:232
↓ 1 callersMethodgetServiceWorkerConsoleData
( extensionId: string, )
src/McpContext.ts:523
↓ 1 callersFunctiongetSourceBox
( page: Page, element: ElementHandle | undefined, fullPage: boolean, )
src/tools/screenshot.ts:24
↓ 1 callersMethodgetStaticData
( filePath: string, )
src/processors/HeapSnapshotManager.ts:153
↓ 1 callersMethodgetStats
( filePath: string, )
src/processors/HeapSnapshotManager.ts:146
↓ 1 callersMethodgetThirdPartyDeveloperTools
()
src/McpPage.ts:225
← previousnext →301–400 of 785, ranked by callers