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

Method computeHashStatic

libsolidity/codegen/CompilerUtils.cpp:1512–1516  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1510}
1511
1512void CompilerUtils::computeHashStatic()
1513{
1514 storeInMemory(0);
1515 m_context << u256(32) << u256(0) << Instruction::KECCAK256;
1516}
1517
1518void CompilerUtils::copyContractCodeToMemory(ContractDefinition const& contract, bool _creation)
1519{

Callers 3

copyArrayToMemoryMethod · 0.80
clearDynamicArrayMethod · 0.80
accessIndexMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected