Capabilities is a slice of module.
| 60 | |
| 61 | // Capabilities is a slice of module. |
| 62 | type Capabilities []Capability |
| 63 | |
| 64 | // Strings converts []Module to []string. |
| 65 | func (m Capabilities) Strings() []string { |
nothing calls this directly
no outgoing calls
no test coverage detected