| 577 | } |
| 578 | |
| 579 | auto Session::windows() const |
| 580 | -> const base::flat_set<not_null<Window::SessionController*>> & { |
| 581 | return _windows; |
| 582 | } |
| 583 | |
| 584 | Window::SessionController *Session::tryResolveWindow( |
| 585 | PeerData *forPeer) const { |
no outgoing calls
no test coverage detected