MCPcopy Create free account
hub / github.com/VexDB-THU/VexDB-Lite / floatvector_isspace

Function floatvector_isspace

vexdb_pg/src/floatvector.cpp:34–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32#define COSINE_DIST g_instance.annvec_cxt.cosine_distance
33
34static bool floatvector_isspace(char ch)
35 { return ch == ' ' || ch == '\t' || ch == '\n' || ch == '\r' || ch == '\v' || ch == '\f'; }
36
37static void CheckElement(float value)
38{

Callers 1

floatvector_inputFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected