| 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 | { |
no test coverage detected