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

Method GetAlign

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

Source from the content-addressed store, hash-verified

82}
83
84std::size_t FormatResolve::GetAlign() const {
85 return _prevSpaceData.Align;
86}
87
88void FormatResolve::SetRelativeIndentAlign(std::size_t align) {
89 _prevSpaceStrategy = PrevSpaceStrategy::AlignRelativeIndent;

Callers 1

DoResolveMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected