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

Function hookRow

testing/e2e/tests/devtools-helpers.ts:30–32  ·  view source on GitHub ↗
(page: Page, displayName: string)

Source from the content-addressed store, hash-verified

28}
29
30export function hookRow(page: Page, displayName: string): Locator {
31 return hookRows(page).filter({ hasText: displayName }).first()
32}
33
34export async function selectHook(page: Page, displayName: string) {
35 const row = hookRow(page, displayName)

Callers 4

selectHookFunction · 0.85
expectHookNamesFunction · 0.85

Calls 1

hookRowsFunction · 0.85

Tested by

no test coverage detected