MCPcopy Create free account
hub / github.com/arrayfire/forge / add_tabs

Function add_tabs

CMakeModules/glsl2cpp.cpp:65–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63static bool formatted;
64
65static
66void add_tabs(const int level)
67{
68 if(formatted) {
69 for(int i =0; i < level; i++) {
70 cout << "\t";
71 }
72 }
73}
74
75static
76opt_t parse_options(const vector<string>& args)

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected