MCPcopy Create free account
hub / github.com/ChromeDevTools/chrome-devtools-mcp / CustomClass

Class CustomClass

tests/tools/thirdPartyDeveloper.test.ts:690–692  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

688 async (response, context) => {
689 await setupThirdPartyDeveloperTools(response, context, () => {
690 class CustomClass {
691 val = 'value';
692 }
693 const mockToolGroup = {
694 name: 'test-group',
695 description: 'test description',

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected