MCPcopy
hub / github.com/crowdsecurity/crowdsec / GetValue

Method GetValue

pkg/models/helpers.go:22–24  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

20}
21
22func (a *Alert) GetValue() string {
23 return a.Source.GetValue()
24}
25
26func (a *Alert) GetScenario() string {
27 if a.Scenario == nil {

Callers 5

assertMetricsFunction · 0.45
getLabelValueFunction · 0.45
getDeltaKeyFunction · 0.45
gatherPromMetricsMethod · 0.45
parseMetricsFunction · 0.45

Calls

no outgoing calls

Tested by 1

assertMetricsFunction · 0.36