(libName)
| 308 | |
| 309 | export class RemoteMacOSCppEntriesProvider extends LinuxCppEntriesProvider { |
| 310 | async loadSymbols(libName) { |
| 311 | return this.loadSymbolsRemote('macos', libName); |
| 312 | } |
| 313 | } |
| 314 | |
| 315 |
nothing calls this directly
no test coverage detected