MCPcopy Create free account
hub / github.com/Meituan-Dianping/SQLAdvisor / TakeOutput

Method TakeOutput

extra/yassl/src/yassl_int.cpp:2469–2475  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2467
2468
2469output_buffer* Buffers::TakeOutput()
2470{
2471 output_buffer* ret = output_;
2472 output_ = 0;
2473
2474 return ret;
2475}
2476
2477
2478const Buffers::inputList& Buffers::getData() const

Callers 1

SendWriteBufferedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected