MCPcopy Index your code
hub / github.com/microsoft/typescript-go / ResolvedPackageNames

Method ResolvedPackageNames

internal/compiler/program.go:1936–1938  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 1

getResolvedPackageNamesFunction · 0.80

Calls 1

collectPackageNamesMethod · 0.95

Tested by

no test coverage detected