MCPcopy Create free account
hub / github.com/TanStack/db / setStatus

Function setStatus

packages/capacitor-db-sqlite-persistence/e2e/app/src/main.ts:18–23  ·  view source on GitHub ↗
(status: string, details?: unknown)

Source from the content-addressed store, hash-verified

16const resultsDatabaseName = `tanstack_db_capacitor_e2e_results_${runtimeRunId}`
17
18function setStatus(status: string, details?: unknown): void {
19 statusElement.textContent = status
20 if (details !== undefined) {
21 detailsElement.textContent = JSON.stringify(details, null, 2)
22 }
23}
24
25async function persistRunResult(
26 sqlite: SQLiteConnection,

Callers 1

runFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected