MCPcopy Create free account
hub / github.com/alibaba/proxima / init_request

Method init_request

tests/query/equal_query_test.cc:49–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47
48 private:
49 void init_request() {
50 request_ = new (std::nothrow) GetDocumentRequest();
51 request_->set_collection_name(collection_);
52 request_->set_debug_mode(false);
53 request_->set_primary_key(1);
54 }
55
56 void init_response() {
57 response_ = new (std::nothrow) GetDocumentResponse();

Callers

nothing calls this directly

Calls 3

set_collection_nameMethod · 0.45
set_debug_modeMethod · 0.45
set_primary_keyMethod · 0.45

Tested by

no test coverage detected