Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
76
func
(p *Program) GetProgram() *compiler.Program {
77
p.panicIfNoProgram(
"GetProgram"
)
78
return
p.program
79
}
80
81
func
(p *Program) HasChangedDtsFile() bool {
82
return
p.snapshot.hasChangedDtsFile
Callers
1
performIncrementalCompilation
Function · 0.95
Calls
1
panicIfNoProgram
Method · 0.95
Tested by
no test coverage detected