MCPcopy Create free account
hub / github.com/WebMCP-org/chrome-devtools-quickstart / isConnected

Method isConnected

benchmark/helpers.ts:332–334  ·  view source on GitHub ↗

* Returns whether the client is connected.

()

Source from the content-addressed store, hash-verified

330 * Returns whether the client is connected.
331 */
332 get isConnected(): boolean {
333 return this.client !== null;
334 }
335}
336
337/**

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected