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

Method link

libsolidity/interface/CompilerStack.cpp:845–853  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

843}
844
845void CompilerStack::link()
846{
847 solAssert(m_stackState >= CompilationSuccessful, "");
848 for (auto& contract: m_contracts)
849 {
850 contract.second.object.link(m_libraries);
851 contract.second.runtimeObject.link(m_libraries);
852 }
853}
854
855YulStack CompilerStack::loadGeneratedIR(std::string const& _ir) const
856{

Callers 2

compileMethod · 0.95
compileYulMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected