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

Function SafeToUnwindStack

be/src/kudu/util/debug/unwind_safeness.cc:163–165  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

161namespace debug {
162
163bool SafeToUnwindStack() {
164 return g_unsafeness_depth == 0;
165}
166
167} // namespace debug
168} // namespace kudu

Callers 1

CollectMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected