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

Method YRequest

src/yvalve/why.cpp:4025–4031  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4023
4024
4025YRequest::YRequest(YAttachment* aAttachment, IRequest* aNext)
4026 : YHelper(aNext),
4027 attachment(aAttachment),
4028 userHandle(NULL)
4029{
4030 attachment.get()->childRequests.add(this);
4031}
4032
4033isc_req_handle& YRequest::getHandle()
4034{

Callers

nothing calls this directly

Calls 2

addMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected