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

Method getSubType

src/common/MsgMetadata.h:213–220  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

211 }
212
213 int getSubType(CheckStatusWrapper* status, unsigned index)
214 {
215 if (index < items.getCount())
216 return items[index].subType;
217
218 raiseIndexError(status, index, "getSubType");
219 return 0;
220 }
221
222 unsigned getLength(CheckStatusWrapper* status, unsigned index)
223 {

Callers

nothing calls this directly

Calls 1

getCountMethod · 0.45

Tested by

no test coverage detected