MCPcopy Create free account
hub / github.com/microsoft/typescript-go / FilesByPath

Method FilesByPath

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

Source from the content-addressed store, hash-verified

1811}
1812
1813func (p *Program) FilesByPath() map[tspath.Path]*ast.SourceFile {
1814 return p.filesByPath
1815}
1816
1817func (p *Program) GetSourceFileByPath(path tspath.Path) *ast.SourceFile {
1818 return p.filesByPath[path]

Callers 2

doBuildMethod · 0.80
computeSnapshotChangesFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected