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

Method Stderr

src/plugin/python_plugin.h:154–157  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

152 }
153
154 std::string Stderr() const {
155 std::lock_guard<std::mutex> _l(err_lock_);
156 return err_;
157 }
158
159 int GetExitCode() const { return exit_code_; }
160

Callers 2

ExecuteCommandFunction · 0.45
CallInternalMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected