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

Method getCharSet

src/common/MsgMetadata.h:240–247  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

238 }
239
240 unsigned getCharSet(CheckStatusWrapper* status, unsigned index)
241 {
242 if (index < items.getCount())
243 return items[index].charSet;
244
245 raiseIndexError(status, index, "getCharSet");
246 return 0;
247 }
248
249 unsigned getOffset(CheckStatusWrapper* status, unsigned index)
250 {

Callers

nothing calls this directly

Calls 1

getCountMethod · 0.45

Tested by

no test coverage detected