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

Method freshVariable

libsolidity/experimental/ast/TypeSystem.cpp:178–182  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

176}
177
178experimental::Type TypeSystem::freshVariable(Sort _sort)
179{
180 size_t index = m_numTypeVariables++;
181 return TypeVariable(index, std::move(_sort));
182}
183
184experimental::Type TypeSystem::freshTypeVariable(Sort _sort)
185{

Callers 1

unifyMethod · 0.80

Calls 1

TypeVariableClass · 0.85

Tested by

no test coverage detected