MCPcopy Create free account
hub / github.com/crashappsec/github-analyzer / main

Function main

cmd/github-analyzer/main.go:42–47  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

40}
41
42func main() {
43 if err := NewRootCommand().Execute(); err != nil {
44 log.Logger.Errorf("Scan completed with errors", err)
45 os.Exit(1)
46 }
47}
48
49func runCmd() {
50 var issues []issue.Issue

Callers

nothing calls this directly

Calls 1

NewRootCommandFunction · 0.85

Tested by

no test coverage detected