MCPcopy Create free account
hub / github.com/rhashimoto/wa-sqlite / libprogress_progress_handler

Function libprogress_progress_handler

src/libprogress.c:18–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16}
17
18void EMSCRIPTEN_KEEPALIVE libprogress_progress_handler(
19 sqlite3* db,
20 int nOps,
21 int xProgress,
22 void* pApp) {
23 sqlite3_progress_handler(
24 db,
25 nOps,
26 xProgress ? &libprogress_xProgress : NULL,
27 pApp);
28}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…