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