Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AliveToolkit/alive2
/ fixupTypes
Method
fixupTypes
ir/value.cpp:29–31 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
27
}
28
29
void Value::fixupTypes(const Model &m) {
30
type.fixup(m);
31
}
32
33
ostream& operator<<(ostream &os, const Value &val) {
34
auto t = val.getType().toString();
Callers
nothing calls this directly
Calls
1
fixup
Method · 0.80
Tested by
no test coverage detected