CoolFace
Modelpublic

AryaWu/sqlite

sourceHugging Faceupdated 9mo agoView on Hugging Face
0likes
notify_injectable_functions.json27 linesDownload Raw Back to injectable_functions
1[2  {3    "function_name": "checkListProperties",4    "function_signature": "static void checkListProperties(sqlite3 *db)",5    "test_filename": "tests_notify_checkListProperties.c"6  },7  {8    "function_name": "removeFromBlockedList",9    "function_signature": "static void removeFromBlockedList(sqlite3 *db)",10    "test_filename": "tests_notify_removeFromBlockedList.c"11  },12  {13    "function_name": "addToBlockedList",14    "function_signature": "static void addToBlockedList(sqlite3 *db)",15    "test_filename": "tests_notify_addToBlockedList.c"16  },17  {18    "function_name": "sqlite3_unlock_notify",19    "function_signature": "int sqlite3_unlock_notify(\n  sqlite3 *db,\n  void (*xNotify)(void **, int),\n  void *pArg\n)",20    "test_filename": "tests_notify_sqlite3_unlock_notify.c"21  },22  {23    "function_name": "sqlite3ConnectionUnlocked",24    "function_signature": "void sqlite3ConnectionUnlocked(sqlite3 *db)",25    "test_filename": "tests_notify_sqlite3ConnectionUnlocked.c"26  }27]