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

Method set_debug_mode

sdk/cpp/src/grpc_client.h:664–666  ·  view source on GitHub ↗

Set debug mode, default false

Source from the content-addressed store, hash-verified

662
663 //! Set debug mode, default false
664 void set_debug_mode(bool val) override {
665 request_.set_debug_mode(val);
666 }
667
668 //! Return protobuf data pointer, readonly
669 const proto::GetDocumentRequest *data() const {

Callers

nothing calls this directly

Calls 1

set_debug_modeMethod · 0.45

Tested by

no test coverage detected