Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
19
thread_local bool gforStatus;
20
21
bool gforGet() { return gforStatus; }
22
void gforSet(bool val) { gforStatus = val; }
23
24
bool gforToggle() {
Callers
5
where
Function · 0.85
clamp
Function · 0.85
gforToggle
Function · 0.85
batchFunc
Function · 0.85
operator-
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected