Searched refs:EverInstallable (Results 1 – 3 of 3) sorted by relevance
227 EverInstallable() bool methodSpec
1055 if installable, ok := variant.(interface{ EverInstallable() bool }); ok {1056 if installable.EverInstallable() {
734 func (mod *Module) EverInstallable() bool { func