MCPcopy
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
238func (d *DatabaseCfg) isSocketConfig() bool {
239 return d.Host == "" && d.Port == 0 && d.DbPath != ""
240}

Callers 1

ConnectionStringMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected