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

Struct Program

internal/execute/incremental/program.go:29–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27)
28
29type Program struct {
30 snapshot *snapshot
31 program *compiler.Program
32 host Host
33
34 // Testing data
35 testingData *TestingData
36}
37
38var _ compiler.ProgramLike = (*Program)(nil)
39

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected