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

Method Program

internal/execute/incremental/program.go:97–100  ·  view source on GitHub ↗

Program implements compiler.AnyProgram interface.

()

Source from the content-addressed store, hash-verified

95
96// Program implements compiler.AnyProgram interface.
97func (p *Program) Program() *compiler.Program {
98 p.panicIfNoProgram("Program")
99 return p.program
100}
101
102// IsSourceFileDefaultLibrary implements compiler.AnyProgram interface.
103func (p *Program) IsSourceFileDefaultLibrary(path tspath.Path) bool {

Callers

nothing calls this directly

Calls 1

panicIfNoProgramMethod · 0.95

Tested by

no test coverage detected