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

Function vector_version

src/sqlite-vector.cpp:154–159  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

152#pragma region Meta
153
154static 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
161static void vector_debug(sqlite3_context *context,
162 int argc,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected