()
| 50 | } |
| 51 | |
| 52 | func (l *LanguageService) FormatOptions() lsutil.FormatCodeSettings { |
| 53 | return l.activeConfig.FormatCodeSettings |
| 54 | } |
| 55 | |
| 56 | func (l *LanguageService) tryGetProgramAndFile(fileName string) (*compiler.Program, *ast.SourceFile) { |
| 57 | program := l.GetProgram() |
no outgoing calls
no test coverage detected