func() []string
| 41 | type GetDefaultReleaseFunc func() (string, error) |
| 42 | type GetFullyQualifiedImageFunc func(string, string) string |
| 43 | type GetP11KitClientPathsFunc func() []string |
| 44 | type ParseReleaseFunc func(string) (string, error) |
| 45 | |
| 46 | type Distro struct { |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…