Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ getAlignment
Method
getAlignment
src/yvalve/why.cpp:496–501 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
494
}
495
496
unsigned SQLDAMetadata::getAlignment(CheckStatusWrapper* status)
497
{
498
if (!offsets)
499
assign();
500
return alignment;
501
}
502
503
unsigned SQLDAMetadata::getAlignedLength(CheckStatusWrapper* status)
504
{
Callers
1
DsqlBatch
Method · 0.45
Calls
1
assign
Function · 0.50
Tested by
no test coverage detected