Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AliveToolkit/alive2
/ getTypeConstraints
Method
getTypeConstraints
ir/value.cpp:25–27 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
23
}
24
25
expr Value::getTypeConstraints() const {
26
return getType().getTypeConstraints();
27
}
28
29
void Value::fixupTypes(const Model &m) {
30
type.fixup(m);
Callers
nothing calls this directly
Calls
1
enforceAggregateType
Method · 0.80
Tested by
no test coverage detected