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

Method raiseIndexError

src/common/MsgMetadata.h:289–293  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

287
288private:
289 void raiseIndexError(CheckStatusWrapper* status, unsigned index, const char* method) const
290 {
291 (Arg::Gds(isc_invalid_index_val) <<
292 Arg::Num(index) << (string("IMessageMetadata::") + method)).copyTo(status);
293 }
294
295 void assign(IMessageMetadata* from);
296

Callers

nothing calls this directly

Calls 3

GdsClass · 0.85
NumClass · 0.85
copyToMethod · 0.45

Tested by

no test coverage detected