MCPcopy Create free account
hub / github.com/apache/impala / HasCollected

Method HasCollected

be/src/kudu/util/debug-util.h:137–139  ·  view source on GitHub ↗

Returns true if Collect() (but not Reset()) has been called on this stack trace.

Source from the content-addressed store, hash-verified

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) {

Callers 2

SnapshotAllStacksMethod · 0.80
StacksHandlerFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected