| 3099 | } |
| 3100 | |
| 3101 | ~DataPipe() |
| 3102 | { |
| 3103 | closeBlobs(); |
| 3104 | |
| 3105 | if (!completed) |
| 3106 | { |
| 3107 | dsc result; |
| 3108 | result.makeText(0, ttype_binary, outBuf.begin()); |
| 3109 | EVL_make_value(tdbb, &result, impure); |
| 3110 | impure->vlu_desc.setNull(); |
| 3111 | } |
| 3112 | } |
| 3113 | |
| 3114 | const UCHAR* from() |
| 3115 | { |
nothing calls this directly
no test coverage detected