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

Class

src/telemetry/persistence.ts:48–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46}
47
48export class FilePersistence implements Persistence {
49 #dataFolder: string;
50
51 constructor(dataFolderOverride?: string) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected