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

Method DuplicateSourceFiles

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

Source from the content-addressed store, hash-verified

401
402func (p *Program) SourceFiles() []*ast.SourceFile { return p.files }
403func (p *Program) DuplicateSourceFiles() []*DuplicateSourceFile { return p.duplicateSourceFiles }
404func (p *Program) Options() *core.CompilerOptions { return p.opts.Config.CompilerOptions() }
405func (p *Program) CommandLine() *tsoptions.ParsedCommandLine { return p.opts.Config }
406func (p *Program) Host() CompilerHost { return p.opts.Host }

Callers 3

CreateProgramMethod · 0.95
disposeMethod · 0.80
TestRefCountingCachesFunction · 0.80

Calls

no outgoing calls

Tested by 1

TestRefCountingCachesFunction · 0.64