Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
178
experimental::Type TypeSystem::freshVariable(Sort _sort)
179
{
180
size_t index = m_numTypeVariables++;
181
return TypeVariable(index, std::move(_sort));
182
}
183
184
experimental::Type TypeSystem::freshTypeVariable(Sort _sort)
185
{
Callers
1
unify
Method · 0.80
Calls
1
TypeVariable
Class · 0.85
Tested by
no test coverage detected