MCPcopy Create free account
hub / github.com/asg017/sqlite-vss / vector0

Function vector0

src/sqlite-vector.cpp:603–609  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

601#pragma region Entrypoint
602
603static void vector0(sqlite3_context *context, int argc, sqlite3_value **argv) {
604
605 auto api = (vector0_api *)sqlite3_user_data(context);
606 vector0_api **ppApi = (vector0_api **)sqlite3_value_pointer(argv[0], "vector0_api_ptr");
607 if (ppApi)
608 *ppApi = api;
609}
610
611static void delete_api(void * pApi) {
612

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected