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

Method getLockStr

src/jrd/pag.h:251–260  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

249 }
250
251 inline void getLockStr(UCHAR* str) const
252 {
253 fb_assert(pageSpaceID != INVALID_PAGE_SPACE);
254
255 memcpy(str, &pageNum, sizeof(ULONG));
256 str += sizeof(ULONG);
257
258 const ULONG val = pageSpaceID;
259 memcpy(str, &val, sizeof(ULONG));
260 }
261
262 inline PageNumber& operator=(const PageNumber& from)
263 {

Callers 3

lock_bufferFunction · 0.80
disablePageGCMethod · 0.80
isPageGCAllowedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected