MCPcopy 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
496unsigned SQLDAMetadata::getAlignment(CheckStatusWrapper* status)
497{
498 if (!offsets)
499 assign();
500 return alignment;
501}
502
503unsigned SQLDAMetadata::getAlignedLength(CheckStatusWrapper* status)
504{

Callers 1

DsqlBatchMethod · 0.45

Calls 1

assignFunction · 0.50

Tested by

no test coverage detected