MCPcopy Create free account
hub / github.com/bytedance/bolt / addEmptyColumn

Method addEmptyColumn

bolt/functions/CoverageUtil.cpp:82–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80 }
81
82 void addEmptyColumn() {
83 if (currentColumn_ == numScalarColumns_ ||
84 currentColumn_ == numScalarColumns_ + 2) {
85 // If the current column is after the Scalar Functions columns or
86 // the column next to Aggregate Functions column.
87 addColumn("", 2);
88 } else {
89 addColumn("", columnSize_);
90 }
91 }
92
93 void endRow() {
94 out_ << std::endl;

Callers 2

printCoverageMapFunction · 0.80
printBoltFunctionsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected