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