MCPcopy
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

constructorMethod · 0.80
#getResultMethod · 0.80
createPagesSnapshotMethod · 0.80
#getAllPagesMethod · 0.80
makeTargetFilterFunction · 0.80
formatMethod · 0.80
createStructuredPageFunction · 0.80
lighthouse.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected