MCPcopy Create free account
hub / github.com/ByConity/ByConity / close

Method close

src/Server/GRPCServer.cpp:1279–1293  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1277 }
1278
1279 void Call::close()
1280 {
1281 responder.reset();
1282 pipeline_executor.reset();
1283 pipeline.reset();
1284 block_output_stream.reset();
1285 read_buffer.reset();
1286 write_buffer.reset();
1287 io = {};
1288 query_scope.reset();
1289 query_context.reset();
1290 if (session)
1291 session->release();
1292 session.reset();
1293 }
1294
1295 void Call::readQueryInfo()
1296 {

Callers 3

stopMethod · 0.45
base64EncodeFunction · 0.45
mainFunction · 0.45

Calls 2

resetMethod · 0.45
releaseMethod · 0.45

Tested by 1

mainFunction · 0.36