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

Method TakeRawInput

extra/yassl/src/yassl_int.cpp:2460–2466  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2458
2459
2460input_buffer* Buffers::TakeRawInput()
2461{
2462 input_buffer* ret = rawInput_;
2463 rawInput_ = 0;
2464
2465 return ret;
2466}
2467
2468
2469output_buffer* Buffers::TakeOutput()

Callers 1

DoProcessReplyFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected