Returns true if Collect() (but not Reset()) has been called on this stack trace.
| 135 | |
| 136 | // Returns true if Collect() (but not Reset()) has been called on this stack trace. |
| 137 | bool HasCollected() const { |
| 138 | return num_frames_ > 0; |
| 139 | } |
| 140 | |
| 141 | // Copies the contents of 's' into this stack trace. |
| 142 | void CopyFrom(const StackTrace& s) { |
no outgoing calls
no test coverage detected