MCPcopy 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
139func (i Issue) String() string {
140 return i.Identifier
141}
142
143func (f Finding) String() string {
144 return fmt.Sprintf("%s::%d => %s\n", f.File, f.LineNumber, f.LineContent)

Callers 3

mainFunction · 0.45
MarkdownMethod · 0.45
StringMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected