Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeAI-Artist/Linkis
/ IsTLSEnabled
Method
IsTLSEnabled
config/config.go:513–515 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
511
}
512
513
func
(cfg RPCConfig) IsTLSEnabled() bool {
514
return
cfg.TLSCertFile !=
""
&& cfg.TLSKeyFile !=
""
515
}
516
517
//-----------------------------------------------------------------------------
518
// P2PConfig
Callers
2
startRPC
Method · 0.80
startRPC
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected