Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytedance/bolt
/ addColumn
Method
addColumn
bolt/functions/CoverageUtil.cpp:78–80 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
76
}
77
78
void addColumn(const std::string& text) {
79
addColumn(text, columnSize_);
80
}
81
82
void addEmptyColumn() {
83
if (currentColumn_ == numScalarColumns_ ||
Callers
2
printCoverageMap
Function · 0.80
printBoltFunctions
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected