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

Function gforSet

src/api/cpp/gfor.cpp:22–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20
21bool gforGet() { return gforStatus; }
22void gforSet(bool val) { gforStatus = val; }
23
24bool gforToggle() {
25 bool status = gforGet();

Callers 4

TESTFunction · 0.85
gfor.cppFile · 0.85
gforToggleFunction · 0.85
batchFuncFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected