* Sets the current adapter. * @param adapter - The new adapter.
(adapter: Adapter)
| 69 | * @param adapter - The new adapter. |
| 70 | */ |
| 71 | set(adapter: Adapter): void |
| 72 | { |
| 73 | currentAdapter = adapter; |
| 74 | }, |
| 75 | }; |
nothing calls this directly
no outgoing calls
no test coverage detected