Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
15
import
type
{TextSnapshotNode} from
'./types.js'
;
16
17
export
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