MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / ~DataPipe

Method ~DataPipe

src/jrd/SysFunction.cpp:3101–3112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 {

Callers

nothing calls this directly

Calls 4

EVL_make_valueFunction · 0.85
makeTextMethod · 0.80
beginMethod · 0.45
setNullMethod · 0.45

Tested by

no test coverage detected