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

Method clone

libsolidity/experimental/ast/TypeSystem.cpp:136–141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

134}
135
136TypeEnvironment TypeEnvironment::clone() const
137{
138 TypeEnvironment result{m_typeSystem};
139 result.m_typeVariables = m_typeVariables;
140 return result;
141}
142
143TypeSystem::TypeSystem()
144{

Callers 3

IRGeneratorMethod · 0.80
generateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected