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

Method getOffset

src/common/MsgMetadata.h:249–256  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

247 }
248
249 unsigned getOffset(CheckStatusWrapper* status, unsigned index)
250 {
251 if (index < items.getCount())
252 return items[index].offset;
253
254 raiseIndexError(status, index, "getOffset");
255 return 0;
256 }
257
258 unsigned getNullOffset(CheckStatusWrapper* status, unsigned index)
259 {

Callers

nothing calls this directly

Calls 1

getCountMethod · 0.45

Tested by

no test coverage detected