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

Function libfunction_xStep

src/libfunction.c:27–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25}
26
27static void libfunction_xStep(sqlite3_context* ctx, int argc, sqlite3_value** argv) {
28 const void* pApp = sqlite3_user_data(ctx);
29 const int asyncFlags = pApp ? *(int *)pApp : 0;
30 FUNC_JS(vpppip, pApp, xStep, ctx, argc, argv);
31}
32
33static void libfunction_xFinal(sqlite3_context* ctx) {
34 const void* pApp = sqlite3_user_data(ctx);

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…