-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
Description
The escapeAnalysisRunner struct contains two unused methods that should be removed:
func (r *escapeAnalysisRunner) Init() {}
func (r *escapeAnalysisRunner) Run(pkg string) error { return nil }These methods are never called and appear to be leftover code from an earlier implementation.
Steps to reproduce
- Search for
Init()andRun()methods incmd_escape.go - Verify they are not used anywhere in the codebase
Expected behavior
Clean code without unused methods
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels