Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
63
static bool formatted;
64
65
static
66
void add_tabs(const int level)
67
{
68
if(formatted) {
69
for(int i =0; i < level; i++) {
70
cout <<
"\t"
;
71
}
72
}
73
}
74
75
static
76
opt_t parse_options(const vector<string>& args)
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected