Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arrayfire/arrayfire
/ af_delete_event
Function
af_delete_event
src/api/c/events.cpp:40–47 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
38
}
39
40
af_err af_delete_event(af_event handle) {
41
try {
42
delete &getEvent(handle);
43
}
44
CATCHALL;
45
46
return AF_SUCCESS;
47
}
48
49
af_err af_mark_event(const af_event handle) {
50
try {
Callers
3
TEST
Function · 0.50
~event
Method · 0.50
event.cpp
File · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected