Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
52
void FormatResolve::SetNextSpace(std::size_t space) {
53
_nextSpaceStrategy = NextSpaceStrategy::Space;
54
_nextSpaceData.Space = space;
55
}
56
57
std::size_t FormatResolve::GetNextSpace() {
58
return _nextSpaceData.Space;
Callers
1
Query
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected