MCPcopy Create free account
hub / github.com/CppCXY/EmmyLuaCodeStyle / GetIndent

Method GetIndent

CodeFormatCore/src/Format/Analyzer/FormatResolve.cpp:70–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68}
69
70std::size_t FormatResolve::GetIndent() const {
71 return _indent;
72}
73
74void FormatResolve::SetIndent(std::size_t indent, IndentStrategy strategy) {
75 _indentStrategy = strategy;

Callers 1

DfsForeachMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected