Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/crowdsecurity/crowdsec
/ isSocketConfig
Method
isSocketConfig
pkg/csconfig/database.go:238–240 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
236
}
237
238
func
(d *DatabaseCfg) isSocketConfig() bool {
239
return
d.Host ==
""
&& d.Port == 0 && d.DbPath !=
""
240
}
Callers
1
ConnectionString
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected