Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RGAA-Software/GoDesk
/ IsSSLConnectionEnabled
Method
IsSSLConnectionEnabled
src/render_panel/gr_settings.cpp:393–396 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
391
}
392
393
bool GrSettings::IsSSLConnectionEnabled() {
394
auto value = sp_->Get(kStSSLConnection);
395
return value.empty() || value == kStTrue;
396
}
397
398
// record visit history
399
// Settings->Security Settings
Callers
1
StSecurity
Method · 0.80
Calls
1
Get
Method · 0.45
Tested by
no test coverage detected