MCPcopy 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
894template <typename F>
895size_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_hereMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected