Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SVF-tools/SVF
/ getConstantStructFldIdx
Method
getConstantStructFldIdx
svf/include/MemoryModel/AccessPath.h:98–101 ·
view source on GitHub ↗
Get methods @{
Source
from the content-addressed store, hash-verified
96
/// Get methods
97
//@{
98
inline APOffset getConstantStructFldIdx() const
99
{
100
return fldIdx;
101
}
102
inline void setFldIdx(APOffset idx)
103
{
104
fldIdx = idx;
Callers
1
operator()
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected