| 120 | return (*((Insert(guid, TIntrusivePtr<TConnection>().Get())).first)).second; |
| 121 | } |
| 122 | const_iterator Begin() const { |
| 123 | return ConnectionHash.begin(); |
| 124 | } |
| 125 | const_iterator End() const { |
| 126 | return ConnectionHash.end(); |
| 127 | } |
no test coverage detected