MCPcopy Create free account
hub / github.com/TuGraph-family/tugraph-db / code

Method code

include/lgraph/lgraph_exceptions.h:105–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103 what_ = FMA_FMT("[{}] {}", ErrorCodeToString(code_), msg_);
104 }
105 ErrorCode code() const {return code_;}
106 const std::string& msg() const {return msg_;}
107 const char* what() const noexcept override {
108 return what_.c_str();

Callers 12

TEST_FFunction · 0.80
TEST_FFunction · 0.80
QueryMethod · 0.80
BoltFSMFunction · 0.80
ApplyHaRequestMethod · 0.80
HandleRequestMethod · 0.80
ApplyRequestDirectlyMethod · 0.80
ApplyPluginRequestMethod · 0.80
handle_deleteMethod · 0.80
handle_getMethod · 0.80
do_handle_postMethod · 0.80
do_handle_putMethod · 0.80

Calls

no outgoing calls

Tested by 2

TEST_FFunction · 0.64
TEST_FFunction · 0.64