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

Class CustomClass

tests/tools/thirdPartyDeveloper.test.ts:675–677  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

673 async (response, context) => {
674 await setupThirdPartyDeveloperTools(response, context, () => {
675 class CustomClass {
676 val = 'value';
677 }
678 const mockToolGroup = {
679 name: 'test-group',
680 description: 'test description',

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected