Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AliveToolkit/alive2
/ enforceStructType
Method
enforceStructType
ir/type.cpp:137–139 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
135
}
136
137
expr Type::enforceStructType() const {
138
return false;
139
}
140
141
expr Type::enforceAggregateType(vector<Type*> *element_types) const {
142
return false;
Callers
1
getTypeConstraints
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected