Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/awslabs/aws-lambda-cpp
/ unwind
Function
unwind
src/backward.h:895–899 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
893
894
template <typename F>
895
size_t unwind(F f, size_t depth)
896
{
897
Unwinder<F> unwinder;
898
return unwinder(f, depth);
899
}
900
901
} // namespace details
902
Callers
1
load_here
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected