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

Method SetNextSpace

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

Source from the content-addressed store, hash-verified

50}
51
52void FormatResolve::SetNextSpace(std::size_t space) {
53 _nextSpaceStrategy = NextSpaceStrategy::Space;
54 _nextSpaceData.Space = space;
55}
56
57std::size_t FormatResolve::GetNextSpace() {
58 return _nextSpaceData.Space;

Callers 1

QueryMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected