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

Method free

src/yvalve/why.cpp:4145–4157  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4143}
4144
4145void YRequest::free(CheckStatusWrapper* status)
4146{
4147 try
4148 {
4149 YEntry<YRequest> entry(status, this, CHECK_WARN_ZERO_HANDLE);
4150
4151 done(status, entry, this, [&]{entry.next()->free(status);}, [&]{entry.next()->deprecatedFree(status);});
4152 }
4153 catch (const Exception& e)
4154 {
4155 e.stuffException(status);
4156 }
4157}
4158
4159void YRequest::deprecatedFree(CheckStatusWrapper* status)
4160{

Callers 3

closeStatementMethod · 0.45

Calls 4

doneFunction · 0.70
nextMethod · 0.45
deprecatedFreeMethod · 0.45
stuffExceptionMethod · 0.45

Tested by

no test coverage detected