GetCurrentDirectory implements checker.Program.
()
| 125 | |
| 126 | // GetCurrentDirectory implements checker.Program. |
| 127 | func (p *Program) GetCurrentDirectory() string { |
| 128 | return p.Host().GetCurrentDirectory() |
| 129 | } |
| 130 | |
| 131 | // GetGlobalTypingsCacheLocation implements checker.Program. |
| 132 | func (p *Program) GetGlobalTypingsCacheLocation() string { |
no test coverage detected