(streamInfo: WorkspaceStreamInfo)
| 753 | } |
| 754 | |
| 755 | private async awaitPendingPartialWrite(streamInfo: WorkspaceStreamInfo): Promise<void> { |
| 756 | if (streamInfo.partialWritePromise) { |
| 757 | await streamInfo.partialWritePromise; |
| 758 | } |
| 759 | } |
| 760 | |
| 761 | /** |
| 762 | * Flush any pending partial write and write immediately |
no outgoing calls
no test coverage detected