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

Method Connected

renderdoc/core/target_control.cpp:651–651  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

649
650 virtual ~TargetControl() {}
651 bool Connected() { return m_Socket != NULL && m_Socket->Connected(); }
652 void Shutdown()
653 {
654 SAFE_DELETE(m_Socket);

Callers 4

ReceiveMessageMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected