MCPcopy Create free account
hub / github.com/crashappsec/github-analyzer / String

Method String

pkg/issue/severity/severity.go:14–30  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12)
13
14func (s Severity) String() string {
15 switch s {
16 case Informational:
17 return "Informational"
18 case Hygiene:
19 return "Hygiene"
20 case Low:
21 return "Low"
22 case Medium:
23 return "Medium"
24 case High:
25 return "High"
26 case Critical:
27 return "Critical"
28 }
29 return "Unknown"
30}

Callers 1

parseIssuesFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected