Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/byterocket/c4udit
/ String
Method
String
analyzer/types.go:147–153 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
145
}
146
147
func
(s Severity) String() string {
148
return
[]string{
149
"Gas Optimization"
,
150
"Non-Critical"
,
151
"Low Risk"
,
152
}[s]
153
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected