MCPcopy Create free account
hub / github.com/baldurk/renderdoc / ShutdownServerAndConnection

Method ShutdownServerAndConnection

renderdoc/core/remote_server.cpp:1459–1475  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1457}
1458
1459void RemoteServer::ShutdownServerAndConnection()
1460{
1461 {
1462 WRITE_DATA_SCOPE();
1463 SCOPED_SERIALISE_CHUNK(RemoteServerPacket::ShutdownServer);
1464 }
1465
1466 {
1467 READ_DATA_SCOPE();
1468 RemoteServerPacket type = ser.ReadChunk<RemoteServerPacket>();
1469 ser.EndChunk();
1470
1471 RDCASSERT(type == RemoteServerPacket::ShutdownServer);
1472 }
1473
1474 delete this;
1475}
1476
1477bool RemoteServer::Connected()
1478{

Callers 5

ShutdownServerMethod · 0.45
on_connect_clickedMethod · 0.45
remote_capture.pyFile · 0.45
shutdownMethod · 0.45
check_captureMethod · 0.45

Calls 1

EndChunkMethod · 0.80

Tested by

no test coverage detected