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

Class

src/TextSnapshot.ts:17–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15import type {TextSnapshotNode} from './types.js';
16
17export class TextSnapshot {
18 static nextSnapshotId = 1;
19
20 static resetCounter() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected