MCPcopy Create free account
hub / github.com/Codeya-IDE/deepin-ide / bind

Method bind

3rdparty/cppdap/include/dap/session.h:428–432  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

426}
427
428void Session::bind(const std::shared_ptr<dap::Reader>& r,
429 const std::shared_ptr<dap::Writer>& w) {
430 connect(r, w);
431 startProcessingMessages();
432}
433
434void Session::bind(const std::shared_ptr<ReaderWriter>& rw) {
435 bind(rw, rw);

Callers 9

mainFunction · 0.45
mainFunction · 0.45
initializeMethod · 0.45
initializeMethod · 0.45
initUIMethod · 0.45
createRecentWidgetMethod · 0.45
createSessionWidgetMethod · 0.45
initializeUiMethod · 0.45
ArrowHeaderLineMethod · 0.45

Calls 1

connectFunction · 0.85

Tested by

no test coverage detected