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

Method GetProgram

internal/execute/incremental/program.go:76–79  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

74}
75
76func (p *Program) GetProgram() *compiler.Program {
77 p.panicIfNoProgram("GetProgram")
78 return p.program
79}
80
81func (p *Program) HasChangedDtsFile() bool {
82 return p.snapshot.hasChangedDtsFile

Callers 1

Calls 1

panicIfNoProgramMethod · 0.95

Tested by

no test coverage detected