MCPcopy Create free account
hub / github.com/argotorg/solidity / inlineLetExpressions

Method inlineLetExpressions

libsmtutil/CHCSmtLib2Interface.cpp:600–604  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

598}
599
600void CHCSmtLib2Interface::inlineLetExpressions(SMTLib2Expression& expr)
601{
602 LetBindings bindings;
603 ::inlineLetExpressions(expr, bindings);
604}

Callers

nothing calls this directly

Calls 1

inlineLetExpressionsFunction · 0.85

Tested by

no test coverage detected