MCPcopy 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
47static std::string Indent(int n)
48{
49 return std::string(n * 2, ' ');
50}
51
52bool ConfigCommand::ParseConfig(ParamFile& cfg, const std::string& path)
53{

Callers 2

WriteEntryJsonMethod · 0.70
WriteClassJsonMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected