Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/asg017/sqlite-vss
/ delete_api
Function
delete_api
src/sqlite-vector.cpp:611–615 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
609
}
610
611
static void delete_api(void * pApi) {
612
613
auto api = static_cast<vector0_api *>(pApi);
614
delete api;
615
}
616
617
extern
"C"
{
618
#ifdef _WIN32
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected