handleWorkerRequestForTesting function
- @visibleForTesting
- WorkerRequest request,
- SendPort sendPort,
- NativeOdbcConnection conn
Dispatches one WorkerRequest synchronously (unit tests only).
Implementation
@visibleForTesting
void handleWorkerRequestForTesting(
WorkerRequest request,
SendPort sendPort,
NativeOdbcConnection conn,
) =>
_handleRequest(request, sendPort, conn);