MCPcopy Index your code
hub / github.com/TanStack/ai / hookRows

Function hookRows

testing/e2e/tests/devtools-helpers.ts:26–28  ·  view source on GitHub ↗
(page: Page)

Source from the content-addressed store, hash-verified

24}
25
26export function hookRows(page: Page): Locator {
27 return page.getByTestId('ai-devtools-hook-row')
28}
29
30export function hookRow(page: Page, displayName: string): Locator {
31 return hookRows(page).filter({ hasText: displayName }).first()

Callers 3

hookRowFunction · 0.85
expectHookNamesFunction · 0.85
expectNoHookNameFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected