| 307 | } |
| 308 | |
| 309 | CountsDictionary::const_iterator sample_result::cbegin() const { |
| 310 | return retrieve_result(GlobalRegisterName).counts.cbegin(); |
| 311 | } |
| 312 | |
| 313 | CountsDictionary::const_iterator sample_result::cend() const { |
| 314 | return retrieve_result(GlobalRegisterName).counts.cend(); |
no outgoing calls
no test coverage detected