Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ getRpb
Method
getRpb
src/jrd/ExtEngineManager.cpp:499–503 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
497
498
private:
499
static record_param* getRpb(Request* request, USHORT n)
500
{
501
return request->req_rpb.getCount() > n && request->req_rpb[n].rpb_number.isValid() ?
502
&request->req_rpb[n] : NULL;
503
}
504
505
506
private:
Callers
nothing calls this directly
Calls
2
getCount
Method · 0.45
isValid
Method · 0.45
Tested by
no test coverage detected