Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BohemiaInteractive/CWR
/ Indent
Function
Indent
apps/tools/Tools/commands/ConfigCommand.cpp:47–50 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
45
}
46
47
static std::string Indent(int n)
48
{
49
return std::string(n * 2,
' '
);
50
}
51
52
bool ConfigCommand::ParseConfig(ParamFile& cfg, const std::string& path)
53
{
Callers
2
WriteEntryJson
Method · 0.70
WriteClassJson
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected