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

Method getTag

src/yvalve/utl.cpp:1125–1136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1123 }
1124
1125 unsigned char getTag(CheckStatusWrapper* status)
1126 {
1127 try
1128 {
1129 return pb->getClumpTag();
1130 }
1131 catch (const Exception& ex)
1132 {
1133 ex.stuffException(status);
1134 return 0;
1135 }
1136 }
1137
1138 unsigned getLength(CheckStatusWrapper* status)
1139 {

Callers 1

printInfoFunction · 0.45

Calls 2

getClumpTagMethod · 0.80
stuffExceptionMethod · 0.45

Tested by

no test coverage detected