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

Method ClearOutput

src/plugin/python_plugin.h:149–152  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

147 //====================
148
149 void ClearOutput() {
150 std::lock_guard<std::mutex> _l(err_lock_);
151 err_.clear();
152 }
153
154 std::string Stderr() const {
155 std::lock_guard<std::mutex> _l(err_lock_);

Callers 1

CallInternalMethod · 0.80

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected