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

Method readFromCalldata

libsolidity/codegen/YulUtilFunctions.cpp:2934–2937  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2932}
2933
2934std::string YulUtilFunctions::readFromCalldata(Type const& _type)
2935{
2936 return readFromMemoryOrCalldata(_type, true);
2937}
2938
2939std::string YulUtilFunctions::updateStorageValueFunction(
2940 Type const& _fromType,

Callers 1

endVisitMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected