Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arrayfire/arrayfire
/ af_block_event
Function
af_block_event
src/api/c/events.cpp:67–74 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
65
}
66
67
af_err af_block_event(const af_event handle) {
68
try {
69
block(handle);
70
}
71
CATCHALL;
72
73
return AF_SUCCESS;
74
}
Callers
2
TEST
Function · 0.50
block
Method · 0.50
Calls
1
block
Function · 0.50
Tested by
no test coverage detected