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

Method newVariable

libsolidity/formal/EncodingContext.h:60–64  ·  view source on GitHub ↗

Forwards variable creation to the solver.

Source from the content-addressed store, hash-verified

58
59 /// Forwards variable creation to the solver.
60 smtutil::Expression newVariable(std::string _name, smtutil::SortPointer _sort)
61 {
62 solAssert(m_solver, "");
63 return m_solver->newVariable(std::move(_name), std::move(_sort));
64 }
65
66 struct IdCompare
67 {

Callers 4

valueAtIndexMethod · 0.45
resetDeclarationMethod · 0.45
visitMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected