MCPcopy Create free account
hub / github.com/byterocket/c4udit / String

Method String

analyzer/types.go:143–145  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

141}
142
143func (f Finding) String() string {
144 return fmt.Sprintf("%s::%d => %s\n", f.File, f.LineNumber, f.LineContent)
145}
146
147func (s Severity) String() string {
148 return []string{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected