MCPcopy Create free account
hub / github.com/bytedance/bolt / isRegisteredNamedVectorSerde

Function isRegisteredNamedVectorSerde

bolt/vector/VectorStream.cpp:175–178  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

173}
174
175bool isRegisteredNamedVectorSerde(VectorSerde::Kind kind) {
176 auto& namedSerdeMap = getNamedVectorSerdeImpl();
177 return namedSerdeMap.find(kind) != namedSerdeMap.end();
178}
179
180VectorSerde* getNamedVectorSerde(VectorSerde::Kind kind) {
181 auto& namedSerdeMap = getNamedVectorSerdeImpl();

Callers 7

TESTFunction · 0.85
TEST_PFunction · 0.85
TEST_PFunction · 0.85
SetUpMethod · 0.85
initMethod · 0.85

Calls 2

findMethod · 0.45
endMethod · 0.45

Tested by 4

TESTFunction · 0.68
TEST_PFunction · 0.68
TEST_PFunction · 0.68
SetUpMethod · 0.68