Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/ChromeDevTools/chrome-devtools-mcp
/ url
Method
url
src/third_party/lighthouse-devtools-mcp-bundle.js:19406–19408 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
19404
return
String(this.callFrame.scriptId);
19405
}
19406
get url() {
19407
return
this.callFrame.url;
19408
}
19409
get lineNumber() {
19410
return
this.callFrame.lineNumber;
19411
}
Callers
15
constructor
Method · 0.80
#getResult
Method · 0.80
createExtensionServiceWorkersSnapshot
Method · 0.80
createPagesSnapshot
Method · 0.80
#getAllPages
Method · 0.80
setUpNetworkCollectorForTesting
Method · 0.80
ServiceWorkerSubscriber
Class · 0.80
ServiceWorkerConsoleCollector
Class · 0.80
makeTargetFilter
Function · 0.80
format
Method · 0.80
createStructuredPage
Function · 0.80
lighthouse.ts
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected