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

Function gforGet

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

Source from the content-addressed store, hash-verified

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

Callers 5

whereFunction · 0.85
clampFunction · 0.85
gforToggleFunction · 0.85
batchFuncFunction · 0.85
operator-Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected