Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Samsung/UTopia
/ isMemory
Method
isMemory
lib/rootdefanalysis/RDNode.cpp:195–199 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
193
}
194
195
bool RDNode::isMemory() const {
196
197
assert(Target &&
"Unexpected Program State"
);
198
return isa<RDMemory>(Target.get());
199
}
200
201
bool RDNode::isTimeout() const { return Timeout; }
202
Callers
2
next
Method · 0.80
handleExternalCall
Method · 0.80
Calls
1
get
Method · 0.45
Tested by
no test coverage detected