| 145 | } |
| 146 | |
| 147 | PropertiesFile::Lines::const_iterator PropertiesFile::begin() const { |
| 148 | return lines_.begin(); |
| 149 | } |
| 150 | |
| 151 | PropertiesFile::Lines::const_iterator PropertiesFile::end() const { |
| 152 | return lines_.end(); |
no outgoing calls
no test coverage detected