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

Struct Issue

analyzer/types.go:19–25  ·  view source on GitHub ↗

Issue represents an Issue to search for in the codebase. The pattern field is a RegEx string which must compile.

Source from the content-addressed store, hash-verified

17// Issue represents an Issue to search for in the codebase.
18// The pattern field is a RegEx string which must compile.
19type Issue struct {
20 Identifier string
21 Severity Severity
22 Title string
23 Link string
24 Pattern string
25}
26
27// Finding represents a possible Issue found in the codebase.
28type Finding struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected