MCPcopy Create free account
hub / github.com/gotify/server / waitForClient

Function waitForClient

ui/src/tests/client.test.ts:27–30  ·  view source on GitHub ↗
(name: string, row: number)

Source from the content-addressed store, hash-verified

25
26const waitForClient =
27 (name: string, row: number): (() => Promise<void>) =>
28 async () => {
29 await waitForExists(page, $table.cell(row, Col.Name), name);
30 };
31
32const updateClient =
33 (id: number, data: {name?: string}): (() => Promise<void>) =>

Callers 1

client.test.tsFile · 0.85

Calls 1

waitForExistsFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…