Searched refs:ApexAvailable (Results 1 – 2 of 2) sorted by relevance
172 func (m *ApexModuleBase) ApexAvailable() []string { func
701 if apexAware, ok := variant.(interface{ ApexAvailable() []string }); ok {702 apexAvailable := apexAware.ApexAvailable()