MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / unwind

Method unwind

src/yvalve/why.cpp:4132–4143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4130}
4131
4132void YRequest::unwind(CheckStatusWrapper* status, int level)
4133{
4134 try
4135 {
4136 YEntry<YRequest> entry(status, this);
4137 entry.next()->unwind(status, level);
4138 }
4139 catch (const Exception& e)
4140 {
4141 e.stuffException(status);
4142 }
4143}
4144
4145void YRequest::free(CheckStatusWrapper* status)
4146{

Callers 1

Calls 2

nextMethod · 0.45
stuffExceptionMethod · 0.45

Tested by

no test coverage detected