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

Method receive

src/yvalve/why.cpp:4057–4069  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4055}
4056
4057void YRequest::receive(CheckStatusWrapper* status, int level, unsigned int msgType,
4058 unsigned int length, void* message)
4059{
4060 try
4061 {
4062 YEntry<YRequest> entry(status, this);
4063 entry.next()->receive(status, level, msgType, length, message);
4064 }
4065 catch (const Exception& e)
4066 {
4067 e.stuffException(status);
4068 }
4069}
4070
4071void YRequest::send(CheckStatusWrapper* status, int level, unsigned int msgType,
4072 unsigned int length, const void* message)

Callers 1

API_ROUTINE isc_receiveFunction · 0.45

Calls 2

nextMethod · 0.45
stuffExceptionMethod · 0.45

Tested by

no test coverage detected