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

Function AllIssues

analyzer/issues.go:4–6  ·  view source on GitHub ↗

AllIssues returns the list of all issues.

()

Source from the content-addressed store, hash-verified

2
3// AllIssues returns the list of all issues.
4func AllIssues() []Issue {
5 return append(GasOpIssues(), LowRiskIssues()...)
6}
7
8// GasOpIssues returns the list of all gas optimization issues.
9func GasOpIssues() []Issue {

Callers 1

mainFunction · 0.92

Calls 2

GasOpIssuesFunction · 0.85
LowRiskIssuesFunction · 0.85

Tested by

no test coverage detected