MCPcopy Create free account
hub / github.com/alibaba/zvec / emplace

Method emplace

src/db/common/error_code.h:64–66  ·  view source on GitHub ↗

Inserts a new code into map

Source from the content-addressed store, hash-verified

62
63 //! Inserts a new code into map
64 void emplace(const ErrorCode::Code *code) {
65 map_.emplace(code->value(), code);
66 }
67
68 //! Retrieve the description of code
69 const char *what(int val) const {

Callers 14

score_based_rerankFunction · 0.45
ExecuteCompactTaskMethod · 0.45
acquireMethod · 0.45
get_bitmap_ltMethod · 0.45
get_bitmap_gtMethod · 0.45
openMethod · 0.45
create_column_indexerMethod · 0.45
CodeMethod · 0.45
add_fetched_schemaMethod · 0.45

Calls 1

valueMethod · 0.45

Tested by

no test coverage detected