Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RGAA-Software/GoDesk
/ IsDirectMode
Method
IsDirectMode
src/client/ct_settings.cpp:97–99 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
95
}
96
97
bool Settings::IsDirectMode() {
98
return network_type_ == ClientNetworkType::kWebsocket;
99
}
100
101
void Settings::Dump() {
102
LOGI(
"device id: {}"
, device_id_);
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected