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

Function deregisterNamedVectorSerde

bolt/vector/VectorStream.cpp:170–173  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

168}
169
170void deregisterNamedVectorSerde(VectorSerde::Kind kind) {
171 auto& namedSerdeMap = getNamedVectorSerdeImpl();
172 namedSerdeMap.erase(kind);
173}
174
175bool isRegisteredNamedVectorSerde(VectorSerde::Kind kind) {
176 auto& namedSerdeMap = getNamedVectorSerdeImpl();

Callers 1

TESTFunction · 0.85

Calls 1

eraseMethod · 0.45

Tested by 1

TESTFunction · 0.68