ListFromMetaProjects lists available service project names (sorted). go:noinline
()
| 152 | // |
| 153 | //go:noinline |
| 154 | func ListFromMetaProjects() []string { |
| 155 | Init() |
| 156 | return mergedProjectList |
| 157 | } |
| 158 | |
| 159 | // DefaultScopeScore is the score assigned to scopes not in the priorities table. |
| 160 | // Higher score = more recommended. Unscored scopes get 0 (least preferred). |