()
| 1938 | } |
| 1939 | |
| 1940 | func (p *Program) UnresolvedPackageNames() *collections.Set[string] { |
| 1941 | return p.collectPackageNames().unresolved |
| 1942 | } |
| 1943 | |
| 1944 | func (p *Program) DeepImportPackageNames() *collections.Set[string] { |
| 1945 | return p.collectPackageNames().deepImportPackages |
no test coverage detected