()
| 1934 | } |
| 1935 | |
| 1936 | func (p *Program) ResolvedPackageNames() *collections.Set[string] { |
| 1937 | return p.collectPackageNames().resolved |
| 1938 | } |
| 1939 | |
| 1940 | func (p *Program) UnresolvedPackageNames() *collections.Set[string] { |
| 1941 | return p.collectPackageNames().unresolved |
no test coverage detected