MCPcopy Create free account
hub / github.com/audacity/audacity / callback

Function callback

lib-src/sqlite/shell.c:12507–12510  ·  view source on GitHub ↗

** This is the callback routine that the SQLite library ** invokes for each row of a query result. */

Source from the content-addressed store, hash-verified

12505** invokes for each row of a query result.
12506*/
12507static int callback(void *pArg, int nArg, char **azArg, char **azCol){
12508 /* since we don't have type info, call the shell_callback with a NULL value */
12509 return shell_callback(pArg, nArg, azArg, azCol, NULL);
12510}
12511
12512/*
12513** This is the callback routine from sqlite3_exec() that appends all

Callers 15

DiscoverPluginsAtPathMethod · 0.85
DiscoverPluginsAtPathMethod · 0.85
DiscoverPluginsAtPathMethod · 0.85
DiscoverPluginsAtPathMethod · 0.85
GetEffectsFunction · 0.85
GetProjectInfoFunction · 0.85
GetSnapshotInfoFunction · 0.85
GetAudioInfoFunction · 0.85
GetAudioDownloadInfoFunction · 0.85
UploadMethod · 0.85
OnAppInitializedFunction · 0.85
OnAppClosingFunction · 0.85

Calls 1

shell_callbackFunction · 0.85

Tested by

no test coverage detected