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

Method callMessage

test/tools/ossfuzz/YulEvmoneInterface.cpp:78–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76}
77
78evmc_message YulEvmoneUtility::callMessage(evmc_address _address)
79{
80 evmc_message call = {};
81 call.gas = std::numeric_limits<int64_t>::max();
82 call.recipient = _address;
83 call.code_address = _address;
84 call.kind = EVMC_CALL;
85 return call;
86}
87
88bool YulEvmoneUtility::seriousCallError(evmc_status_code _code)
89{

Callers 1

DEFINE_PROTO_FUZZERFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected