| 402 | } |
| 403 | } |
| 404 | std::shared_ptr<IChannelComponent> Channel::GetComponent(std::string tag) const |
| 405 | { |
| 406 | return GetComponentBlocking(std::move(tag)); |
| 407 | } |
| 408 | void Channel::FlushEntryPointExit() |
| 409 | { |
| 410 | EnqueuePacketWait<FlushEntryPointPacket_>(); |
nothing calls this directly
no outgoing calls
no test coverage detected