Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/byterocket/c4udit
/ String
Method
String
analyzer/types.go:139–141 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
137
}
138
139
func
(i Issue) String() string {
140
return
i.Identifier
141
}
142
143
func
(f Finding) String() string {
144
return
fmt.Sprintf(
"%s::%d => %s\n"
, f.File, f.LineNumber, f.LineContent)
Callers
3
main
Function · 0.45
Markdown
Method · 0.45
String
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected