MCPcopy Create free account
hub / github.com/ErrorAtLine0/infinipaint / is_disconnected

Method is_disconnected

include/Helpers/Networking/NetClient.cpp:236–238  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

234}
235
236bool NetClient::is_disconnected() const {
237 return isDisconnected;
238}
239
240void NetClient::send_str_as_bytes(std::shared_ptr<rtc::DataChannel> channel, const std::string& str) {
241 channel->send((const std::byte*)str.c_str(), str.size());

Callers 3

background_updateMethod · 0.45
connection_updateMethod · 0.45
is_connectedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected