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

Method readFromMemory

libsolidity/codegen/YulUtilFunctions.cpp:2929–2932  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2927}
2928
2929std::string YulUtilFunctions::readFromMemory(Type const& _type)
2930{
2931 return readFromMemoryOrCalldata(_type, false);
2932}
2933
2934std::string YulUtilFunctions::readFromCalldata(Type const& _type)
2935{

Callers 1

readFromLValueMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected