(fileName string)
| 3959 | } |
| 3960 | |
| 3961 | func (f *FourslashTest) getScriptInfo(fileName string) *scriptInfo { |
| 3962 | return f.scriptInfos[fileName] |
| 3963 | } |
| 3964 | |
| 3965 | func (f *FourslashTest) getOrLoadScriptInfo(fileName string) *scriptInfo { |
| 3966 | if script := f.getScriptInfo(fileName); script != nil { |
no outgoing calls
no test coverage detected