------------------------------------------------------------------------------------------------------- AsyncTransformStream -------------------------------------------------------------------------------------------------------
| 909 | //------------------------------------------------------------------------------------------------------- |
| 910 | // AsyncTransformStream |
| 911 | //------------------------------------------------------------------------------------------------------- |
| 912 | AsyncTransformStream::AsyncTransformStream() {} |
| 913 | |
| 914 | Result AsyncTransformStream::asyncWrite(AsyncBufferView::ID bufferID, Function<void(AsyncBufferView::ID)> cb) |
nothing calls this directly
no outgoing calls
no test coverage detected