Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VexDB-THU/VexDB-Lite
/ FloatVectorArrayFree
Function
FloatVectorArrayFree
vexdb_pg/src/floatvector.cpp:945–949 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
943
}
944
945
void FloatVectorArrayFree(FloatVectorArray arr)
946
{
947
pfree(arr->items);
948
pfree(arr);
949
}
950
951
} /* extern
"C"
*/
Callers
1
init_quantizer
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected