Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
44
func
(l *LanguageService) GetProgram() *compiler.Program {
45
return
l.program
46
}
47
48
func
(l *LanguageService) UserPreferences() lsutil.UserPreferences {
49
return
l.activeConfig
Callers
15
tryGetGeneratedPositionWorker
Method · 0.95
symbolAndEntriesToRename
Method · 0.95
GetSymbolAtLocation
Method · 0.95
GetTypeOfSymbol
Method · 0.95
GetEditsForFileRename
Method · 0.95
getStringLiteralCompletions
Method · 0.95
getStringLiteralCompletionEntries
Method · 0.95
symbolAndEntriesToIncomingCalls
Method · 0.95
ProvideCallHierarchyIncomingCalls
Method · 0.95
ProvideCallHierarchyOutgoingCalls
Method · 0.95
getNonLocalDefinition
Method · 0.95
forEachOriginalDefinitionLocation
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected