| 152 | #pragma region Meta |
| 153 | |
| 154 | static void vector_version(sqlite3_context *context, |
| 155 | int argc, |
| 156 | sqlite3_value **argv) { |
| 157 | |
| 158 | sqlite3_result_text(context, SQLITE_VSS_VERSION, -1, SQLITE_STATIC); |
| 159 | } |
| 160 | |
| 161 | static void vector_debug(sqlite3_context *context, |
| 162 | int argc, |
nothing calls this directly
no outgoing calls
no test coverage detected