Last analyzed fee1779 5 days ago
Default analysis branch is
Currently analyzing run
Unused method receiver RVV-B0013
Bug risk
2 months ago2 years old
Method receiver 'n' is not referenced in method's body, consider removing it
88}
89
90// CheckInterfaceName is a noop for linux containers as they can have any names.
91func (n *linux) CheckInterfaceName() error {92	return nil
93}