Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AliveToolkit/alive2
/ fromBV
Method
fromBV
ir/type.cpp:235–237 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
233
}
234
235
expr Type::fromBV(expr e) const {
236
return e;
237
}
238
239
StateValue Type::fromBV(StateValue v) const {
240
return { fromBV(std::move(v.value)),
Callers
1
extract
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected