MCPcopy Create free account
hub / github.com/build-cpp/cmkr / indent

Method indent

src/cmake_generator.cpp:357–363  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

355 }
356
357 static std::string indent(int n) {
358 std::string result;
359 for (int i = 0; i < n; i++) {
360 result += '\t';
361 }
362 return result;
363 }
364
365 template <class T>
366 bool print_arg(const std::vector<T> &vec) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected