Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arrayfire/arrayfire
/ isReady
Method
isReady
src/backend/cpu/Array.hpp:232–232 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
230
~Array() = default;
231
232
bool isReady() const { return static_cast<bool>(node) == false; }
233
234
bool isOwner() const { return owner; }
235
Callers
2
evalMultiple
Function · 0.45
modDims
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected