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

Method release

src/jrd/exe_proto.h:118–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116
117 private:
118 inline void release()
119 {
120 if (request)
121 {
122 EXE_unwind(JRD_get_thread_data(), request);
123 request = NULL;
124 }
125 }
126
127 void cacheRequest();
128

Callers

nothing calls this directly

Calls 2

EXE_unwindFunction · 0.85
JRD_get_thread_dataFunction · 0.85

Tested by

no test coverage detected