()
| 27 | } |
| 28 | |
| 29 | export function getCurrentAdapter() { |
| 30 | return PlatformManager.getInstance().getAdapter(); |
| 31 | } |
| 32 | |
| 33 | export function getBasicWorkerConfig() { |
| 34 | return PlatformManager.getInstance().getBasicWorkerConfig(); |
nothing calls this directly
no test coverage detected