MCPcopy
hub / github.com/ChromeDevTools/chrome-devtools-mcp / getExtension

Method getExtension

src/McpContext.ts:887–890  ·  view source on GitHub ↗
(id: string)

Source from the content-addressed store, hash-verified

885 }
886
887 async getExtension(id: string): Promise<Extension | undefined> {
888 const pptrExtensions = await this.browser.extensions();
889 return pptrExtensions.get(id);
890 }
891
892 async getHeapSnapshotAggregates(
893 filePath: string,

Callers 1

extensions.tsFile · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected