| 320 | } |
| 321 | |
| 322 | void ClumpletWriter::insertByte(UCHAR tag, const UCHAR byte) |
| 323 | { |
| 324 | insertBytesLengthCheck(tag, &byte, 1); |
| 325 | } |
| 326 | |
| 327 | void ClumpletWriter::insertBytesLengthCheck(UCHAR tag, const void* bytes, const FB_SIZE_T length) |
| 328 | { |
no outgoing calls
no test coverage detected