Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arrayfire/forge
/ getID
Method
getID
src/backend/common/window.hpp:74–76 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
72
}
73
74
inline int getID() const {
75
return mWindow->getID();
76
}
77
78
inline long long context() const {
79
return mWindow->context() ;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected