| 519 | } |
| 520 | |
| 521 | string ResultTracker::ToString() { |
| 522 | lock_guard<simple_spinlock> l(lock_); |
| 523 | return ToStringUnlocked(); |
| 524 | } |
| 525 | |
| 526 | string ResultTracker::ToStringUnlocked() const { |
| 527 | string result = Substitute("ResultTracker[this: $0, Num. Client States: $1, Client States:\n", |
no test coverage detected