We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8dfee39 commit bbfb641Copy full SHA for bbfb641
google/cloud/storage/internal/async/writer_connection_resumed.cc
@@ -184,6 +184,7 @@ class AsyncWriterConnectionResumedState
184
}
185
186
void WriteLoop(std::unique_lock<std::mutex> lk) {
187
+ std::cout << "Hey this is a test statement of new branch.\n";
188
// Determine if there's data left to write *before* potentially finalizing.
189
writing_ = write_offset_ < resend_buffer_.size();
190
0 commit comments