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

Method startRow

bolt/functions/CoverageUtil.cpp:73–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71 }
72
73 void startRow() {
74 out_ << indent_;
75 currentColumn_ = 0;
76 }
77
78 void addColumn(const std::string& text) {
79 addColumn(text, columnSize_);

Callers 2

printCoverageMapFunction · 0.80
printBoltFunctionsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected