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

Method SymbolicFunctionVariable

libsolidity/formal/SymbolicVariables.cpp:146–155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

144}
145
146SymbolicFunctionVariable::SymbolicFunctionVariable(
147 frontend::Type const* _type,
148 std::string _uniqueName,
149 EncodingContext& _context
150):
151 SymbolicVariable(_type, _type, std::move(_uniqueName), _context),
152 m_declaration(m_context.newVariable(currentName(), m_sort))
153{
154 solAssert(m_type->category() == frontend::Type::Category::Function, "");
155}
156
157SymbolicFunctionVariable::SymbolicFunctionVariable(
158 SortPointer _sort,

Callers

nothing calls this directly

Calls 2

newVariableMethod · 0.45
categoryMethod · 0.45

Tested by

no test coverage detected