Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
161
namespace debug {
162
163
bool SafeToUnwindStack() {
164
return g_unsafeness_depth == 0;
165
}
166
167
} // namespace debug
168
} // namespace kudu
Callers
1
Collect
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected