MCPcopy Create free account
hub / github.com/microsoft/typescript-go / GetProgram

Method GetProgram

internal/ls/languageservice.go:44–46  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

42}
43
44func (l *LanguageService) GetProgram() *compiler.Program {
45 return l.program
46}
47
48func (l *LanguageService) UserPreferences() lsutil.UserPreferences {
49 return l.activeConfig

Calls

no outgoing calls

Tested by

no test coverage detected