MCPcopy 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
513func (cfg RPCConfig) IsTLSEnabled() bool {
514 return cfg.TLSCertFile != "" && cfg.TLSKeyFile != ""
515}
516
517//-----------------------------------------------------------------------------
518// P2PConfig

Callers 2

startRPCMethod · 0.80
startRPCMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected