MCPcopy Create free account
hub / github.com/TanStack/devtools / constructor

Method constructor

e2e/helpers/src/page-objects/devtools.ts:6–6  ·  view source on GitHub ↗
(private readonly page: Page)

Source from the content-addressed store, hash-verified

4
5export class DevtoolsPage {
6 constructor(private readonly page: Page) {}
7
8 async goto(path = '/') {
9 await this.page.goto(path)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected