MCPcopy 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
235expr Type::fromBV(expr e) const {
236 return e;
237}
238
239StateValue Type::fromBV(StateValue v) const {
240 return { fromBV(std::move(v.value)),

Callers 1

extractMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected