Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
83
static bool nullterm = false;
84
85
void add_tabs(const int level) {
86
if (formatted) {
87
for (int i = 0; i < level; i++) { cout <<
"\t"
; }
88
}
89
}
90
91
opt_t parse_options(const vector<string> &args) {
92
opt_t options;
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected