Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CodingGay/BlackDex
/ initialIndent
Method
initialIndent
Bcore/src/main/cpp/Dobby/tests/catch.hpp:5211–5214 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
5209
return *this;
5210
}
5211
auto initialIndent(size_t newIndent) -> Column & {
5212
m_initialIndent = newIndent;
5213
return *this;
5214
}
5215
5216
auto width() const -> size_t {
5217
return m_width;
Callers
4
listTests
Function · 0.80
listTags
Function · 0.80
listReporters
Function · 0.80
printHeaderString
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected