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

Function add_tabs

CMakeModules/bin2cpp.cpp:85–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83static bool nullterm = false;
84
85void add_tabs(const int level) {
86 if (formatted) {
87 for (int i = 0; i < level; i++) { cout << "\t"; }
88 }
89}
90
91opt_t parse_options(const vector<string> &args) {
92 opt_t options;

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected