| 1513 | } |
| 1514 | |
| 1515 | void Controller::set_stream_creator(StreamCreator* sc) { |
| 1516 | if (_stream_creator) { |
| 1517 | LOG(FATAL) << "A StreamCreator has been set previously"; |
| 1518 | return; |
| 1519 | } |
| 1520 | _stream_creator = sc; |
| 1521 | } |
| 1522 | |
| 1523 | butil::intrusive_ptr<ProgressiveAttachment> |
| 1524 | Controller::CreateProgressiveAttachment(StopStyle stop_style) { |
no outgoing calls
no test coverage detected